mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(web): ✨🔐 add Content-Security-Policy
This commit is contained in:
parent
fcc4172782
commit
b7084bd01b
1 changed files with 5 additions and 2 deletions
|
|
@ -2,5 +2,8 @@
|
|||
"navigationFallback": {
|
||||
"rewrite": "/index.html"
|
||||
},
|
||||
"trailingSlash": "never"
|
||||
}
|
||||
"trailingSlash": "never",
|
||||
"globalHeaders": {
|
||||
"Content-Security-Policy": "upgrade-insecure-requests; default-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'none'; connect-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; manifest-src 'self';"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue