Skip to content

Conversation

@sebbASF
Copy link
Contributor

@sebbASF sebbASF commented Nov 5, 2025

No description provided.

@niallkp
Copy link
Contributor

niallkp commented Nov 7, 2025

Looks like frame-src is being set to 'self' data: blob: 'unsafe-inline' 'unsafe-eval' by the standard CSP, so I don't think it will use the default-src settings?

@sebbASF
Copy link
Contributor Author

sebbASF commented Nov 12, 2025

The existing .htaccess file adds https://*.apache.org to the frame-src provided by the standard CSP.

The standard CSP already includes https://*.apache.org/, so the CSP for privacy now contains:

frame-src https://*.apache.org 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/

There is no need for both https://*.apache.org and https://*.apache.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants