From 400e85ee36c96e895f96d26c07627b94bc5b4f4a Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 13 Oct 2022 15:12:17 -0400 Subject: [PATCH] Update _headers Signed-off-by: Tommy --- static/_headers | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/_headers b/static/_headers index 0e42398..985e26e 100644 --- a/static/_headers +++ b/static/_headers @@ -24,5 +24,8 @@ /os/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' +/os/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 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'