This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new b4d6175  Sync with updates to Puppet
b4d6175 is described below

commit b4d61759a3d7f28be18c427385367b7432b110a9
Author: Sebb <[email protected]>
AuthorDate: Wed Feb 5 17:02:02 2025 +0000

    Sync with updates to Puppet
---
 config/000-default.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/000-default.conf b/config/000-default.conf
index 343541c..7e50eb1 100644
--- a/config/000-default.conf
+++ b/config/000-default.conf
@@ -30,8 +30,8 @@
                Header set Content-Security-Policy "default-src 'self' \
                        data: 'unsafe-inline' https://www.apachecon.com/ 
https://www.communityovercode.org/ https://analytics.apache.org/; \
                        script-src 'self' 'unsafe-inline' 'unsafe-eval' 
https://analytics.apache.org/; \
-                       style-src 'self' 'unsafe-inline'; frame-ancestors 
'none'; \
-                       img-src 'self' https://www.apache.org/;";
+                       style-src 'self' 'unsafe-inline' data:; frame-ancestors 
'self'; \
+                       img-src 'self' data: https://www.apache.org/;";
        </If>
 
        # Filter website to add Attic header if marker directory is present

Reply via email to