blob: c8a7ca346fca680038ae2a18b82363f8759fac23 (
plain)
1
2
3
4
5
6
7
8
|
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js
test(() => {
const early_hints_policy = "disallowed";
const final_policy = "disallowed";
navigateToContentSecurityPolicyBasicTest(early_hints_policy, final_policy);
});
|