tor-browser

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

modulepreload-referrerpolicy.html.ini (1740B)


      1 [modulepreload-referrerpolicy.html]
      2  [Modulepreload with unsafe-url policy should send full referrer]
      3    expected:
      4      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
      5      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
      6      if (os == "win") and (processor == "x86"): [PASS, FAIL]
      7      if os == "mac": [PASS, FAIL]
      8 
      9  [Modulepreload with strict-origin policy should send origin-only referrer]
     10    expected:
     11      if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
     12      if (os == "linux") and asan and fission: [PASS, FAIL]
     13      if (os == "android") and sessionHistoryInParent and debug: [PASS, FAIL]
     14      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
     15      if (os == "mac") and not debug: [PASS, FAIL]
     16 
     17  [Modulepreload with same-origin policy should send full referrer for same-origin requests]
     18    expected:
     19      if not fission and sessionHistoryInParent and debug and (os == "linux"): [PASS, FAIL]
     20      if not fission and sessionHistoryInParent and not debug: [PASS, FAIL]
     21 
     22  [Modulepreload with strict-origin-when-cross-origin policy should send full referrer for same-origin requests]
     23    expected:
     24      if (os == "linux") and debug and fission: [PASS, FAIL]
     25      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
     26 
     27  [Modulepreload with no-referrer policy should not send referrer]
     28    expected:
     29      if not sessionHistoryInParent and not debug: [PASS, FAIL]
     30 
     31  [Modulepreload with origin policy should send origin-only referrer]
     32    expected:
     33      if sessionHistoryInParent and (os == "mac") and debug: [PASS, FAIL]
     34      if not sessionHistoryInParent and not debug: [PASS, FAIL]