LeSuisse/challenges/master/securimag_web_challenge_2015/src/.htaccess - Htaccess File

LeSuisse/challenges/master/securimag_web_challenge_2015/src/.htaccess

Header always set X-Frame-Options: "deny"
Header always set Content-Security-Policy: "script-src 'self' ajax.googleapis.com cdnjs.cloudflare.com; reflected-xss block;"

<Files "users.xml">
    Order Allow,Deny
    Deny from all
</Files>

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache