Options -Indexes
DirectoryIndex index.html

<IfModule mod_headers.c>
  Header set X-Content-Type-Options "nosniff"
  Header set Referrer-Policy "same-origin"
</IfModule>

<FilesMatch "\.(sqlite|db|sqlite3)$">
  Require all denied
</FilesMatch>
