From 25755878e8261534b248d1d0c62a77c16386d7d5 Mon Sep 17 00:00:00 2001 From: mvincerra Date: Thu, 27 Jun 2024 15:00:16 -0700 Subject: [PATCH] Update base.html Revise WAP dirs to exclude the glob, or asterisk --- src/docs/_templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/_templates/base.html b/src/docs/_templates/base.html index fd4835ba7f..f2be934ba0 100644 --- a/src/docs/_templates/base.html +++ b/src/docs/_templates/base.html @@ -32,14 +32,14 @@ data: https://*.github.io; img-src 'self' data: https://*.github.io https://github.com https://*.githubusercontent.com; - script-src 'self' 'unsafe-eval' 'unsafe-inline' https://www.intel.com/content/dam/www/global/wap/* https://*.github.io; - style-src 'self' data: https://*.gstatic.com https://fonts.googleapis.com https://*.github.io https://*.jsdelivr.net https://*.bootstrapcdn.com https://*.cloudflare.com; + script-src 'self' 'unsafe-eval' 'unsafe-inline' https://www.intel.com/content/dam/www/global/wap/ https://*.github.io; + style-src 'self' data: https://*.gstatic.com https://fonts.googleapis.com https://*.github.io https://*.jsdelivr.net https://*.bootstrapcdn.com https://*.cloudflare.com; font-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com https://*.cloudflare.com; frame-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com; object-src 'self'; - connect-src 'self' https://*.github.io https://*.github.com https://*.githubusercontent.com https://*.jsdelivr.net https://www.intel.com/content/dam/www/global/wap/* - https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com + connect-src 'self' https://*.github.io https://*.github.com https://*.githubusercontent.com https://*.jsdelivr.net https://www.intel.com/content/dam/www/global/wap/ + https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com; worker-src 'self'" />