#BLV-START-1 DO NOT MANUALY CHANGE ANYTHING UNTIL BLV-END
<filesmatch ".(htaccess|php|log)$">
    Order Allow,Deny
    Deny from all
</filesmatch>
<IfModule mod_headers.c>
Header set X-Frame-Options "SAMEORIGIN"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options nosniff
</IfModule>
Options All -Indexes
#BLV-END-1
