tor-browser

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

mochitest-dFPI.toml (340B)


      1 [DEFAULT]
      2 # Enable dFPI(cookieBehavior 5) for service worker tests.
      3 prefs = ["network.cookie.cookieBehavior=5"]
      4 tags = "serviceworker-dfpi"
      5 # We disable service workers for third-party contexts when dFPI is enabled. So,
      6 # we disable xorigin tests for dFPI.
      7 skip-if = [
      8  "xorigin",
      9 ]
     10 dupe-manifest = true
     11 
     12 ["include:mochitest-common.toml"]