-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
- When a CSP Header is set with:
require-trusted-types-for 'script';which is a very common setting, the Ethical Ads stop working.
-
It would be nice if you could stop using external sources like:
https://ethicalads.blob.core.windows.net/media/images/2025/02/ethicalads-ad.pngwhich becomes evident when a CSP Header is used and adding an external domain is needed. -
Also, having a proper CSP Header documented would be really helpful for your users, for example: https://developers.google.com/tag-platform/security/guides/csp
For Ethical Ads:
script-src https://*.ethicalads.io;
img-src https://*.ethicalads.io https://ethicalads.blob.core.windows.net/;
connect-src https://*.ethicalads.io;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels