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 8b002dde8c hmm, mistaken with the previous .htaccess, wrong version of
the file
8b002dde8c is described below
commit 8b002dde8c965ae733b698a1daf8481c418a36bd
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Apr 15 22:28:38 2025 +0100
hmm, mistaken with the previous .htaccess, wrong version of the file
---
content/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/.htaccess b/content/.htaccess
index 5a0d180f78..e245d2f828 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,3 +1,3 @@
<IfModule mod_headers.c>
- Header set Content-Security-Policy "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: https://www.youtube.com [...]
+ 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. [...]
</IfModule>