mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-16 15:57:00 +05:30
Caddyfile: strip CSP header for ACRA
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c8f4eb645b
commit
2507b9d34f
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ https://acra.msfjarvis.dev {
|
||||||
proxy / http://localhost:8080 {
|
proxy / http://localhost:8080 {
|
||||||
import proxy_config
|
import proxy_config
|
||||||
}
|
}
|
||||||
|
header / {
|
||||||
|
-Content-Security-Policy
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
https://bin.msfjarvis.dev {
|
https://bin.msfjarvis.dev {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue