tor-browser

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

shell-prefs-fuzzing.js (170B)


      1 // |jit-test| --fuzzing-safe; --setpref=foobar=123; error:987
      2 // If --fuzzing-safe is used, unknown pref names are ignored, similar to unknown
      3 // shell flags.
      4 throw 987;