tor-browser

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

prefs_with_multiline.js (114B)


      1 /* globals user_pref */
      2 user_pref(
      3  "browser.long.preference.name.that.causes.the.line.to.wrap",
      4  "itislong"
      5 );