Skip to content

CSP Headers #228

@QROkes

Description

@QROkes
  1. When a CSP Header is set with: require-trusted-types-for 'script'; which is a very common setting, the Ethical Ads stop working.
Image
  1. It would be nice if you could stop using external sources like: https://ethicalads.blob.core.windows.net/media/images/2025/02/ethicalads-ad.png which becomes evident when a CSP Header is used and adding an external domain is needed.

  2. 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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions