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
Looking for "Content-Security-Policy-Report-Only", I can't find any test related to workers:
find -type f | xargs grep 'Content-Security-Policy-Report-Only' ./trusted-types-reporting.html.headers:Content-Security-Policy-Report-Only: trusted-types two; report-uri /content-security-policy/resources/dummy-report.php ./trusted-types-reporting-check-report.html.sub.headers:Content-Security-Policy-Report-Only: trusted-types one two; report-uri /reporting/resources/report.py?op=put&reportID={{$id}} ./trusted-types-eval-reporting-report-only.html: // Content-Security-Policy-Report-Only: require-trusted-types-for 'script' ./trusted-types-report-only.html.headers:Content-Security-Policy-Report-Only: trusted-types two; report-uri /content-security-policy/resources/dummy-report.php; require-trusted-types-for 'script'; ./trusted-types-duplicate-names-list-report-only.html.headers:Content-Security-Policy-Report-Only: trusted-types a b c ./support/navigation-report-only-support.html.headers:Content-Security-Policy-Report-Only: require-trusted-types-for 'script'; ./trusted-types-report-only.html: // Content-Security-Policy-Report-Only: trusted-types ...; report-uri ... ./no-require-trusted-types-for-report-only.html.headers:Content-Security-Policy-Report-Only: require-trusted-types-for 'script' ./trusted-types-reporting-check-report.html: Content-Security-Policy-Report-Only: \ ./empty-default-policy-report-only.html.headers:Content-Security-Policy-Report-Only: require-trusted-types-for 'script'; ./require-trusted-types-for-report-only.html.headers:Content-Security-Policy-Report-Only: require-trusted-types-for 'script' ./trusted-types-duplicate-names-list-report-only.html:// Content-Security-Policy-Report-Only: trusted-types a b c ./default-policy-report-only.html.headers:Content-Security-Policy-Report-Only: require-trusted-types-for 'script'; ./trusted-types-eval-reporting-report-only.html.headers:Content-Security-Policy-Report-Only: require-trusted-types-for 'script' ./trusted-types-reporting.html: // Content-Security-Policy-Report-Only: trusted-types two; report-uri ...
This is used for the following algorithms:
trusted-types-eval
script-src
The text was updated successfully, but these errors were encountered:
cc @lukewarlow
Sorry, something went wrong.
No branches or pull requests
Looking for "Content-Security-Policy-Report-Only", I can't find any test related to workers:
This is used for the following algorithms:
trusted-types-eval
source expression forscript-src
webappsec-csp#665)The text was updated successfully, but these errors were encountered: