<Files .htaccess>
Order Allow,Deny
Deny From All
</Files>
<Files checksum.txt>
Order Allow,Deny
Deny From All
</Files>
<Files license.txt>
Order Allow,Deny
Deny From All
</Files>
<Files readme.txt>
Order Allow,Deny
Deny From All
</Files>
<Files global-hide-remove-toolbar-plugin_de.po>
Order Allow,Deny
Deny From All
</Files>
<Files global-hide-remove-toolbar-plugin_en.po>
Order Allow,Deny
Deny From All
</Files>
DirectoryIndex index.php
Header set Cache-Control "private, no-cache, no-store, max-age=0, must-revalidate, proxy-revalidate, no-transform"
Header set X-Frame-Options "DENY"
Header set X-XSS-Protection "1;mode=block"
IndexIgnore *
Options -Indexes