# .htaccess v1.0
# Betatester.it - Challenges directory

# Allow directory listing off
Options -Indexes

# Allow HTML files to be served
<FilesMatch "\.html$">
    Header set X-Content-Type-Options "nosniff"
    Header set X-Frame-Options "SAMEORIGIN"
</FilesMatch>
