tor-browser

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

script-resource-with-json-parser-breaker.tentative.sub.html.ini (2661B)


      1 [script-resource-with-json-parser-breaker.tentative.sub.html]
      2  prefs: [browser.opaqueResponseBlocking:true, browser.opaqueResponseBlocking.javascriptValidator:true]
      3  expected:
      4    if (os == "android") and fission: [OK, TIMEOUT]
      5  [CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: )\]}']
      6    expected: FAIL
      7 
      8  [CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: {}&&]
      9    expected: FAIL
     10 
     11  [CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: {} &&]
     12    expected: FAIL
     13 
     14  [CORB-blocks 'text/html' that starts with the following JSON parser breaker: {}&&]
     15    expected:
     16      if not debug and (os == "android"): [PASS, FAIL]
     17      if not debug and (os == "linux"): [PASS, FAIL]
     18      if not debug and (os == "mac"): [PASS, FAIL]
     19 
     20  [CORB-blocks 'text/xml' that starts with the following JSON parser breaker: {} &&]
     21    expected:
     22      if not debug and (os == "android"): [PASS, FAIL]
     23      if not debug and (os == "linux"): [PASS, FAIL]
     24      if not debug and (os == "mac"): [PASS, FAIL]
     25 
     26  [CORB-blocks 'text/plain' that starts with the following JSON parser breaker: {} &&]
     27    expected:
     28      if not debug and (os == "android"): [PASS, FAIL]
     29      if not debug and (os == "mac"): [PASS, FAIL]
     30      if not debug and (os == "linux"): [PASS, FAIL]
     31 
     32  [CORB-blocks 'text/plain' that starts with the following JSON parser breaker: {}&&]
     33    expected:
     34      if not debug and (os == "linux"): [PASS, FAIL]
     35      if not debug and (os == "android"): [PASS, FAIL]
     36      if not debug and (os == "mac"): [PASS, FAIL]
     37 
     38  [CORB-blocks 'text/html' that starts with the following JSON parser breaker: {} &&]
     39    expected:
     40      if not debug and (os == "android"): [PASS, FAIL]
     41      if not debug and (os == "linux"): [PASS, FAIL]
     42      if not debug and (os == "mac"): [PASS, FAIL]
     43 
     44  [CORB-blocks 'text/json' that starts with the following JSON parser breaker: {}&&]
     45    expected:
     46      if not debug and (os == "linux"): [PASS, FAIL]
     47      if not debug and (os == "android"): [PASS, FAIL]
     48      if not debug and (os == "mac"): [PASS, FAIL]
     49 
     50  [CORB-blocks 'text/xml' that starts with the following JSON parser breaker: {}&&]
     51    expected:
     52      if not debug and (os == "mac"): [PASS, FAIL]
     53      if not debug and (os == "android"): [PASS, FAIL]
     54      if not debug and (os == "linux"): [PASS, FAIL]
     55 
     56  [CORB-blocks 'text/json' that starts with the following JSON parser breaker: {} &&]
     57    expected:
     58      if not debug and (os == "android"): [PASS, FAIL]
     59      if not debug and (os == "mac"): [PASS, FAIL]
     60      if not debug and (os == "linux"): [PASS, FAIL]