From 1be4d6dbbba93e060283460d4404c4a93d4b53b7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 25 Nov 2022 20:45:31 -0500 Subject: [PATCH] Fix COEP Signed-off-by: Tommy --- static/_headers | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/_headers b/static/_headers index d1c87ec..977ce55 100644 --- a/static/_headers +++ b/static/_headers @@ -16,18 +16,23 @@ /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' + Cross-Origin-Embedder-Policy : unsafe-none /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' - + Cross-Origin-Embedder-Policy : unsafe-none + /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' - + Cross-Origin-Embedder-Policy : unsafe-none + /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' + Cross-Origin-Embedder-Policy : unsafe-none /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' + Cross-Origin-Embedder-Policy : unsafe-none /*.xml Content-Security-Policy : default-src 'none'; img-src 'self' data: https://www.w3.org/; style-src 'self' 'unsafe-inline'; block-all-mixed-content; base-uri 'none'