tor-browser

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

shared-worker-import-csp.html.ini (417B)


      1 [shared-worker-import-csp.html]
      2  disabled:
      3    if release_or_beta: https://bugzilla.mozilla.org/show_bug.cgi?id=1812591
      4  [script-src 'self' directive should disallow cross origin dynamic import.]
      5    expected: [PASS, FAIL]
      6 
      7  [worker-src * directive should allow cross origin static import.]
      8    expected: [PASS, FAIL]
      9 
     10  [script-src * directive should allow cross origin static import.]
     11    expected: [PASS, FAIL]