sebbASF opened a new issue, #617: URL: https://github.com/apache/tsfile/issues/617
https://github.com/apache/tsfile/blob/054e8a380e83be9aa804132cdbdce578185d7763/src/.vuepress/public/.htaccess#L9 The Content-Security-Policy header must not be overridden. There is now a standard way to add local exceptions to the CSP: https://infra.apache.org/tools/csp.html You need to get approval before adding any domains. Also please document such approval in the .htaccess file. The following are already included in the default: ``` https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ``` -- 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]
