Options -Indexes
DirectoryIndex index.html
<FilesMatch "\.(json|csv|txt)$">
  <IfModule mod_headers.c>
    Header set X-Content-Type-Options "nosniff"
  </IfModule>
</FilesMatch>
