mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 11:47:01 +05:30
Strip nosniff header for mail server
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ff126db3db
commit
ff9fe15982
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue