tor-browser

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

mochitest-private.toml (504B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 [DEFAULT]
      6 dupe-manifest = true
      7 skip-if = [
      8  "xorigin",
      9 ]
     10 prefs = [
     11  "browser.privatebrowsing.autostart=true",
     12  "extensions.blocklist.enabled=false",
     13 ]
     14 
     15 support-files = [
     16  "head.js",
     17  "bucketFS_getDirectory.html",
     18 ]
     19 
     20 ["test_iframes.html"]
     21 scheme = "https"
     22 fail-if = [
     23  "true", # Until PBM support
     24 ]