tor-browser

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

spec.src.json (1160B)


      1 {
      2  "excluded_tests": [
      3    {
      4      // expectation=stripped-referrer only
      5      "expansion": "*",
      6      "source_scheme": "*",
      7      "source_context_list": "*",
      8      "redirection": "*",
      9      "delivery_type": "*",
     10      "delivery_value": "*",
     11      "origin": "*",
     12      "subresource": "*",
     13      "expectation": [
     14        "omitted",
     15        "origin"
     16      ]
     17    },
     18    {
     19      // Only on the top context
     20      "expansion": "*",
     21      "source_scheme": "*",
     22      "source_context_list": [
     23        "req",
     24        "srcdoc-inherit",
     25        "srcdoc",
     26        "iframe",
     27        "worker-classic",
     28        "worker-classic-data",
     29        "worker-module",
     30        "worker-module-data"
     31      ],
     32      "redirection": "*",
     33      "delivery_type": "*",
     34      "delivery_value": "*",
     35      "origin": "*",
     36      "subresource": "*",
     37      "expectation": "*"
     38    },
     39    {
     40      // subresources not yet tested.
     41      "expansion": "*",
     42      "source_scheme": "*",
     43      "source_context_list": "*",
     44      "redirection": "*",
     45      "delivery_type": "*",
     46      "delivery_value": "*",
     47      "origin": "*",
     48      "subresource": "sharedworker-module",
     49      "expectation": "*"
     50    }
     51  ]
     52 }