rusackas opened a new pull request, #36685: URL: https://github.com/apache/superset/pull/36685
## Summary Removes the unused `*.run.app` domain from the Content-Security-Policy header in `.htaccess`. **Investigation findings:** - `*.run.app` - Not used anywhere in the docs codebase, safe to remove - `*.github.com` - **Kept** - Used for GitHub user-attachments images in markdown files - `*.googleapis.com`, `*.google.com`, `*.gstatic.com` - **Kept** - Used by kapa.ai reCAPTCHA and Google Calendar embed ## Test Plan - [ ] Verify docs site loads correctly after deployment - [ ] Verify kapa.ai widget still functions - [ ] Verify Google Calendar embed still works 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
