We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trusted Types API uses CSP reporting to deliver violations. Sentry refuses to accept those because Invalid security report: u'trusted-types' is not one of ['base-uri', 'child-src', 'connect-src', 'default-src', 'font-src', 'form-action', 'frame-ancestors', 'frame-src', 'img-src', 'manifest-src', 'media-src', 'object-src', 'plugin-types', 'prefetch-src', 'referrer', 'script-src', 'script-src-attr', 'script-src-elem', 'style-src', 'style-src-elem', 'style-src-attr', 'upgrade-insecure-requests', 'worker-src']
Invalid security report: u'trusted-types' is not one of ['base-uri', 'child-src', 'connect-src', 'default-src', 'font-src', 'form-action', 'frame-ancestors', 'frame-src', 'img-src', 'manifest-src', 'media-src', 'object-src', 'plugin-types', 'prefetch-src', 'referrer', 'script-src', 'script-src-attr', 'script-src-elem', 'style-src', 'style-src-elem', 'style-src-attr', 'upgrade-insecure-requests', 'worker-src']
Trusted Types is a promising API that helps eliminate DOM XSS in the document.
Changes to violation object
The text was updated successfully, but these errors were encountered:
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Accepted, I will leave it alone ... forever!
Status: Accepted
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Sorry, something went wrong.
Bump
My concern with trusted-types is that it is still in the draft stage, and that it is only implemented in a single browser.
For the reference, Trusted Types (and some other missing CSP directives) are supported since getsentry/relay#876
BYK
No branches or pull requests
Summary
Trusted Types API uses CSP reporting to deliver violations. Sentry refuses to accept those because
Invalid security report: u'trusted-types' is not one of ['base-uri', 'child-src', 'connect-src', 'default-src', 'font-src', 'form-action', 'frame-ancestors', 'frame-src', 'img-src', 'manifest-src', 'media-src', 'object-src', 'plugin-types', 'prefetch-src', 'referrer', 'script-src', 'script-src-attr', 'script-src-elem', 'style-src', 'style-src-elem', 'style-src-attr', 'upgrade-insecure-requests', 'worker-src']
Motivation
Trusted Types is a promising API that helps eliminate DOM XSS in the document.
Additional Context
Changes to violation object
The text was updated successfully, but these errors were encountered: