tor-browser

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

mochitest-resistfingerprinting.toml (683B)


      1 [DEFAULT]
      2 subsuite = "webgpu"
      3 run-if = [
      4  "early_beta_or_earlier",
      5  "os == 'mac' && arch == 'aarch64'",
      6  "os == 'win'",
      7 ]
      8 prefs = [
      9  "dom.webgpu.enabled=true",
     10  "dom.webgpu.service-workers.enabled=true",
     11  # Ignoring the blocklist is necessary to run tests in CI on old Mesa versions
     12  # (https://bugzilla.mozilla.org/show_bug.cgi?id=1985348).
     13  "gfx.webgpu.ignore-blocklist=true",
     14  "privacy.fingerprintingProtection=true",
     15  "privacy.fingerprintingProtection.overrides='-AllTargets,+WebGPULimits'",
     16 ]
     17 
     18 # WebGPU is only available in secure contexts.
     19 #
     20 # See spec WebIDL, like this: https://www.w3.org/TR/webgpu/#navigatorgpu
     21 scheme = "https"
     22 
     23 ["test_rfp_clamp_limits_on.html"]