This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bd413ff454 reinstates .htaccess for CSP, hopefully ok now
bd413ff454 is described below
commit bd413ff45482b5751011a99ba918f6829b079e17
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Apr 15 12:50:28 2025 +0100
reinstates .htaccess for CSP, hopefully ok now
---
content/{BROKEN.htaccess => .htaccess} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/BROKEN.htaccess b/content/.htaccess
similarity index 80%
rename from content/BROKEN.htaccess
rename to content/.htaccess
index 34c9123567..db4dbf9e8e 100644
--- a/content/BROKEN.htaccess
+++ b/content/.htaccess
@@ -1 +1 @@
-Header Set Content-Security-Policy: default-src 'self' data: blob:
'unsafe-inline' https://www.apachecon.com/ https://www.communityovercode.org/
https://analytics.apache.org/; script-src 'self' 'unsafe-inline' 'unsafe-eval'
https://www.apachecon.com/ https://*.apache.org/ https://apache.org/; style-src
'self' 'unsafe-inline' data: https://*.apache.org/ https://apache.org/;
frame-ancestors 'self'; frame-src 'self' data: blob:; img-src 'self' data:
https://*.apache.org/ https://apache.org/ [...]
+Header Set Content-Security-Policy "default-src 'self' data: blob:
'unsafe-inline' https://www.apachecon.com/ https://www.communityovercode.org/
https://analytics.apache.org/; script-src 'self' 'unsafe-inline' 'unsafe-eval'
https://www.apachecon.com/ https://*.apache.org/ https://apache.org/; style-src
'self' 'unsafe-inline' data: https://*.apache.org/ https://apache.org/;
frame-ancestors 'self'; frame-src 'self' data: blob:; img-src 'self' data:
https://*.apache.org/ https://apache.org/ [...]