1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-09-19 22:54:42 -04:00

Remove YouTube frame-src

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-04 01:56:10 -04:00
parent 7b782aea1a
commit 127e29c7d2
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -1,6 +1,6 @@
/* /*
Strict-Transport-Security : max-age=63072000; includeSubDomains; preload Strict-Transport-Security : max-age=63072000; includeSubDomains; preload
Content-Security-Policy : default-src 'none'; connect-src 'self'; img-src 'self'; script-src 'self'; style-src 'self'; frame-src https://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 'self'; style-src 'self'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'
X-Content-Type-Options : nosniff X-Content-Type-Options : nosniff
Referrer-Policy : no-referrer Referrer-Policy : no-referrer
# Cross-Origin-Opener-Policy : same-origin # Cross-Origin-Opener-Policy : same-origin