tor-browser

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

browser.toml (314B)


      1 [DEFAULT]
      2 support-files = [
      3  "head.js",
      4  "page_style_sample.html",
      5  "style.css",
      6 ]
      7 
      8 ["browser_disable_author_style_oop.js"]
      9 https_first_disabled = true
     10 support-files = ["page_style.html"]
     11 
     12 ["browser_page_style_menu.js"]
     13 support-files = ["page_style_only_alternates.html"]
     14 
     15 ["browser_page_style_menu_update.js"]