sebbASF commented on PR #726:
URL: https://github.com/apache/arrow-site/pull/726#issuecomment-3461106534

   The default is currently:
   
   default-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' 
https://www.apachecon.com/ https://www.communityovercode.org/ 
https://*.apache.org/ https://apache.org/ https://*.scarf.sh/  ; 
   
   script-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' 
https://www.apachecon.com/ https://www.communityovercode.org/ 
https://*.apache.org/ https://apache.org/ https://*.scarf.sh/  ;
   
   style-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' 
https://www.apachecon.com/ https://www.communityovercode.org/ 
https://*.apache.org/ https://apache.org/ https://*.scarf.sh/  ;
   
   frame-ancestors 'self';
   
   frame-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' 
https://www.apachecon.com/ https://www.communityovercode.org/ 
https://*.apache.org/ https://apache.org/ https://*.scarf.sh/  ;
   
   worker-src 'self' data: blob:;
   
   [I've added extra line-breaks to make it clearer]
   
   I don't think this is documented anywhere (yet), but can be found by 
checking any site that does not use an override.
   For example whimsy.a.o
   
   $ curl -fsSIL https://whimsy.apache.org | grep -i 'policy'


-- 
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