csp-early-hints-allowed-final-allowed.h2.window.js (262B)
1 // META: script=/common/utils.js 2 // META: script=resources/early-hints-helpers.sub.js 3 4 test(() => { 5 const early_hints_policy = "allowed"; 6 const final_policy = "allowed"; 7 navigateToContentSecurityPolicyBasicTest(early_hints_policy, final_policy); 8 });