This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 4ecc5a85560 [Website] Re-enable scripts in .htaccess (#626)
4ecc5a85560 is described below
commit 4ecc5a85560d6df5d0b1cb6fd1d68e2b09a53f01
Author: Nic Crane <[email protected]>
AuthorDate: Thu Mar 20 16:51:44 2025 -0400
[Website] Re-enable scripts in .htaccess (#626)
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 6ec8f248247..09ff3305ff8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -28,5 +28,5 @@ Redirect permanent /ballista
https://datafusion.apache.org/ballista
# enable kapa.ai bot (GH-45665)
# See https://docs.kapa.ai/integrations/understanding-csp-cors and
https://issues.apache.org/jira/browse/INFRA-26638
<IfModule mod_headers.c>
- 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://analytics.apache.org/ https://www.apachecon.com/ https://*.kapa.ai/
https://www.gstatic.com/recaptcha/ https://www.google.com/recaptcha/;
script-src-elem 'self' 'unsafe-inline' https://www.gstatic.com/recaptcha/
https://www.google.com/recaptcha/; style-src [...]
+ 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://analytics.apache.org/ https://www.apachecon.com/ https://*.kapa.ai/
https://www.gstatic.com/recaptcha/ https://www.google.com/recaptcha/
https://www.recaptcha.net/; script-src-elem 'self' 'unsafe-inline'
https://www.gstatic.com/recaptcha/ https://www.googl [...]
</IfModule>