tor-browser

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

storage-access-headers.tentative.https.sub.window.js.ini (1596B)


      1 prefs: [dom.storage_access.headers.enabled:true]
      2 [storage-access-headers.tentative.https.sub.window.html]
      3  expected:
      4    if (os == "android") and debug: TIMEOUT
      5    if (os == "linux") and tsan: TIMEOUT
      6  [Sec-Fetch-Storage-Access maintains value on same-origin redirect.]
      7    expected: FAIL
      8 
      9  [Sec-Fetch-Storage-Access is not 'active' after cross-origin same-site redirection.]
     10    expected: FAIL
     11 
     12  [Sec-Fetch-Storage-Access loses value on a cross-site redirection.]
     13    expected: 
     14      if (os == "linux") and tsan: TIMEOUT
     15      FAIL
     16 
     17  [Sec-Fetch-Storage-Access is `active` after a valid retry with matching explicit allowed-origin.]
     18    expected:
     19      if (os == "android") and sessionHistoryInParent and debug: [PASS, FAIL]
     20      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
     21      if (os == "android") and not sessionHistoryInParent: [PASS, FAIL]
     22 
     23  [Activate-Storage-Access retry is handled before any redirects are followed.]
     24    expected:
     25      if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
     26      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
     27      if (os == "android") and debug: [TIMEOUT, PASS, FAIL]
     28      if (os == "linux") and tsan: [TIMEOUT, PASS]
     29 
     30  [Sec-Fetch-Storage-Access is active after retry with wildcard `allowed-origin` value.]
     31    expected:
     32      if (os == "android") and sessionHistoryInParent and debug: [PASS, FAIL]
     33      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
     34      if (os == "android") and not sessionHistoryInParent: [PASS, FAIL]