Options -Indexes

<IfModule mod_headers.c>
  Header always set X-Content-Type-Options "nosniff"
  Header always set Referrer-Policy "no-referrer"
  Header always set Cache-Control "public, max-age=300"
</IfModule>

<IfModule mod_mime.c>
  AddType text/x-shellscript .sh
  AddType application/json .json
</IfModule>

<FilesMatch "^(installer\.sh|DCore|cpanel-vps\.sh)$">
  ForceType text/plain
</FilesMatch>
