mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-17 03:51:35 -05:00
Fix CSP policies
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3d183e27be
commit
0a20d66584
@ -15,16 +15,16 @@
|
||||
/posts/knowledge/multi-factor-authentication/
|
||||
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 https://www.google.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'
|
||||
|
||||
/posts/os/android-tips/
|
||||
/posts/android/android-tips/
|
||||
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 https://www.google.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'
|
||||
|
||||
/posts/os/choosing-your-android-based-operating-system/
|
||||
/posts/android/choosing-your-android-based-operating-system/
|
||||
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 https://www.google.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'
|
||||
|
||||
/posts/os/choosing-your-desktop-linux-distribution/
|
||||
/posts/linux/choosing-your-desktop-linux-distribution/
|
||||
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 https://www.google.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'
|
||||
|
||||
/posts/os/desktop-linux-hardening/
|
||||
/posts/linux/desktop-linux-hardening/
|
||||
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 https://www.google.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'
|
||||
|
||||
/*.xml
|
||||
|
Loading…
Reference in New Issue
Block a user