tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

coep-early-hints-require-corp-final-none.h2.window.js (286B)


      1 // META: script=/common/utils.js
      2 // META: script=resources/early-hints-helpers.sub.js
      3 
      4 test(() => {
      5    const early_hints_policy = "require-corp";
      6    const final_policy = "unsafe-none";
      7    navigateToCrossOriginEmbedderPolicyMismatchTest(early_hints_policy,
      8        final_policy);
      9 });