webperf_core icon indicating copy to clipboard operation
webperf_core copied to clipboard

Test Improvement - CSP - Experimental, sandbox, report-to

Open cockroacher opened this issue 1 year ago • 0 comments

Feature/improvement

We should add validation of all standard CSP policies: other_supported_polices = ['report-to','sandbox','upgrade-insecure-requests']

We should add validation of experimental policies.

experimental_policies = [
     'fenced-frame-src',
     'require-trusted-types-for',
     'inline-speculation-rules',
     'trusted-types']

cockroacher avatar May 11 '24 12:05 cockroacher