tor-browser

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

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 });