tor-browser

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

frame-ancestors-path-ignored.window.js.ini (493B)


      1 [frame-ancestors-path-ignored.window.html]
      2  [A 'frame-ancestors' CSP directive with a URL that includes a path should be ignored.]
      3    expected:
      4      if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
      5      if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL]
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
      8      if (os == "android") and not debug: [PASS, FAIL]
      9      [FAIL, PASS]