xushiyan commented on code in PR #14341: URL: https://github.com/apache/hudi/pull/14341#discussion_r2556762111
########## website/static/.htaccess: ########## @@ -4,4 +4,4 @@ # CSP permissions for Algolia: https://issues.apache.org/jira/browse/INFRA-27279 # Ref https://support.algolia.com/hc/en-us/articles/8947249849873-How-do-I-fix-Content-Security-Policy-CSP-errors-on-my-site # CSP permissions for YouTube: https://privacy.apache.org/examples/youtube-html/with-youtube-api.html -SetEnv CSP_PROJECT_DOMAINS "https://*.kapa.ai/ https://kapa-widget-proxy-la7dkmplpq-uc.a.run.app/ https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ https://hcaptcha.com/ https://*.hcaptcha.com/ https://*.algolia.net/ https://*.algolianet.com/ https://*.algolia.io/ https://www.youtube-nocookie.com https://www.youtube.com" +SetEnv CSP_PROJECT_DOMAINS "https://*.kapa.ai/ https://kapa-widget-proxy-la7dkmplpq-uc.a.run.app/ https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ https://hcaptcha.com/ https://*.hcaptcha.com/ https://*.algolia.net/ https://*.algolianet.com/ https://*.algolia.io/ https://www.youtube-nocookie.com https://www.youtube.com https://fonts.googleapis.com/ https://at-ui.github.io/" Review Comment: we can't add fonts to csp whitelist. we'll just need to host those locally. -- 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]
