sebbASF commented on issue #723:
URL: https://github.com/apache/arrow-site/issues/723#issuecomment-3474114316

   Which pages have the kapa.ai bot? I could not find any reference to it 
except in the htaccess CSP override.
   
   Note that there are ways to test changes to the CSP without affecting the 
deployed site.
   You could set up a preview site (define this in .asf.yaml).
   
   Or the Attic project has a Docker definition that can apply any desired CSP 
to a remote website.
   Details are in https://github.com/apache/attic/blob/main/DOCKER.md
   
   The basic commands are:
   
   ```$ docker compose build```
   (only needs to be done once, unless you change any files)
   
   ```VAR_HOSTURL=https://beam.apache.org/ CSP_PROJECT_DOMAINS="host1 host2" 
docker compose up```
   
   Navigate to localhost:8000
   
   If you enable browser debugging, you should be able to see if there are any 
CSP errors in the console log.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to