mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 21:07:00 +05:30
Caddyfile: disable CSP for memocho
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
020bf5eeeb
commit
e5f4e081d4
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ https://bin.msfjarvis.dev {
|
|||
proxy / http://localhost:8082 {
|
||||
import proxy_config
|
||||
}
|
||||
header / {
|
||||
-X-Content-Type-Options
|
||||
-Content-Security-Policy
|
||||
}
|
||||
}
|
||||
|
||||
https://commento.msfjarvis.dev {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue