mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
Fix
This commit is contained in:
parent
b158670094
commit
835cdee1a2
@ -2,7 +2,7 @@
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
Strict-Transport-Security = "max-age=63072000; includeSubDomains; preload"
|
||||
Content-Security-Policy = "default-src 'none'; connect-src 'self'; img-src 'self'; script-src-elem 'self'; style-src 'self' www.youtube-nocookie.com 'sha256-yr4ynM8yLb/udBw5AwxToDRvEFICAsflRvlEtBuXiwE=' 'sha256-YQmgcK0jsCe8fDEhfo582Xe+OKm/7ByuuVbsB7UftiU=' 'sha256-yr4ynM8yLb/udBw5AwxToDRvEFICAsflRvlEtBuXiwE=' 'sha256-YQmgcK0jsCe8fDEhfo582Xe+OKm/7ByuuVbsB7UftiU='; style-src-elem 'self'; frame-src www.youtube-nocookie.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'"
|
||||
Content-Security-Policy = "default-src 'none'; connect-src 'self'; img-src 'self'; script-src-elem 'self'; style-src www.youtube-nocookie.com 'unsafe-inline'; style-src-elem 'self'; frame-src www.youtube-nocookie.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'"
|
||||
X-Content-Type-Options = "nosniff"
|
||||
Referrer-Policy = "no-referrer"
|
||||
Cross-Origin-Opener-Policy = "same-origin"
|
||||
|
Loading…
Reference in New Issue
Block a user