tor-browser

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

include-example.toml (143B)


      1 [DEFAULT]
      2 foo = "bar"
      3 
      4 ["include:include/bar.toml"]
      5 
      6 [fleem]
      7 
      8 ["include:include/foo.toml"]
      9 red = "roses"
     10 blue = "violets"
     11 yellow = "daffodils"