tor-browser

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

manifest.toml (243B)


      1 [DEFAULT]
      2 run-if = [
      3  "buildapp == 'browser'",
      4 ]
      5 
      6 ["test_backup.py"]
      7 support-files = ["http2-ca.pem"]
      8 skip-if = [
      9  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # 1924781: Gnome keyring not unlocked
     10 ]