Skip to content

Support CSP properly #58

Closed
Closed
@gernotkogler

Description

@gernotkogler

If you configure default-src 'self' data:; for content-security-policy, error_tracker does not work and does not apply the css. In order to make it work, you have to add style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; to you csp config.

unsafe-inline is not an option that you want in your csp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions