ianmcook opened a new pull request, #599: URL: https://github.com/apache/arrow-site/pull/599
It appears that the previous attempts were not having the expected effect because the ASF is already setting a Content-Security-Policy header which this was not overriding. The header that the ASF is setting is: ``` 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/; style-src 'self' 'unsafe-inline' data:; frame-ancestors 'self'; frame-src 'self' data: blob:; img-src 'self' data: https://*.apache.org/; worker-src 'self' data: blob:; ``` This unsets the ASF-set CSP header and sets a new one that is based on the ASF one with additions. -- 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]
