Caddyfile: dont set CSP for webmail

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-18 15:14:59 +05:30
parent 13edc68e48
commit 9ac7751a5d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -103,6 +103,7 @@ https://mail.msfjarvis.dev {
} }
header / { header / {
-X-Content-Type-Options -X-Content-Type-Options
-Content-Security-Policy
} }
} }