tor-browser

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

preload-without-csp-document-disallow.h2.window.js (222B)


      1 // META: script=/common/utils.js
      2 // META: script=resources/early-hints-helpers.sub.js
      3 
      4 test(() => {
      5    const early_hints_policy = "absent";
      6    navigateToContentSecurityPolicyDocumentDisallowTest(early_hints_policy);
      7 });