tor-browser

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

intercept-cross-origin.html.ini (271B)


      1 [intercept-cross-origin.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4    if (os == "linux") and not debug and tsan: [OK, ERROR]
      5    if (os == "mac") and not debug: [OK, ERROR]
      6    if (os == "linux") and debug: [OK, CRASH]