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

ianmcook 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 3e4a6b1094a Revert addition to .htaccess (#621)
3e4a6b1094a is described below

commit 3e4a6b1094a1b24c8a062fa39aca4fd87ffa63b4
Author: Ian Cook <[email protected]>
AuthorDate: Thu Mar 20 02:18:38 2025 -0400

    Revert addition to .htaccess (#621)
    
    This reverts #619. The Arrow site began to serve an HTTP 500 error some
    time after #619 was merged. Possibly this was a coincidence but I'm
    quickly merging this revert to see if that brings the site back up.
---
 .htaccess | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.htaccess b/.htaccess
index a13d1b8483b..327ebb6c3c7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -24,11 +24,3 @@ Redirect permanent /datafusion-python 
https://datafusion.apache.org/python
 
 # redirect all ballista URLs to new website
 Redirect permanent /ballista https://datafusion.apache.org/ballista
-
-# enable kapa.ai bot (GH-45665)
-# See https://docs.kapa.ai/integrations/understanding-csp-cors
-<IfModule mod_headers.c>
-    <Location /docs>
-        Header set Content-Security-Policy-Report-Only "script-src 'self' 
widget.kapa.ai www.google.com; connect-src 'self' proxy.kapa.ai 
kapa-widget-proxy-la7dkmplpq-uc.a.run.app metrics.kapa.ai; frame-src 'self' 
www.google.com;"
-    </Location>
-</IfModule>

Reply via email to