tor-browser

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

WorkerGlobalScope_importScripts_NosniffErr.htm (306B)


      1 <!DOCTYPE html>
      2 <title> importScripts() with nosniff X-Content-Type-Options </title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <div id=log></div>
      6 <script>
      7 fetch_tests_from_worker(new Worker('./support/ImportScriptsNosniffErr.js'));
      8 </script>