mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
added .htaccess
This commit is contained in:
parent
8da845f915
commit
8115cd1c4a
10
.htaccess
Normal file
10
.htaccess
Normal 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>
|
Loading…
Reference in New Issue
Block a user