Strip nosniff header for mail server

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-17 17:59:44 +05:30
parent ff126db3db
commit ff9fe15982
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -101,6 +101,9 @@ https://mail.msfjarvis.dev {
r ^/.*/data/?$ r ^/.*/data/?$
to /forbidden to /forbidden
} }
header / {
-X-Content-Type-Options
}
} }
https://mc.msfjarvis.dev { https://mc.msfjarvis.dev {