1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 08:52:15 -05:00

added .htaccess

This commit is contained in:
Tankred Hase 2013-03-30 10:55:11 +01:00
parent 8da845f915
commit 8115cd1c4a

10
.htaccess Normal file
View File

@ -0,0 +1,10 @@
<filesMatch ".(html|htm|js|css|png)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
Header set Content-Security-Policy "default-src *; script-src 'self'; object-src 'none'; style-src 'self'"
</ifModule>
</filesMatch>