tor-browser

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

testPrefStickyUser.js (264B)


      1 // testPrefSticky.js defined this pref as sticky. Once a sticky
      2 // pref has been changed, it's written as a user_pref().
      3 // So this test file reflects that scenario.
      4 // Note the default in testPrefSticky.js is also false.
      5 user_pref("testPref.sticky.bool", false);