Update 'user.js'
This commit is contained in:
parent
533c35d742
commit
4a69afc3b1
10
user.js
10
user.js
|
@ -1,13 +1,13 @@
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// user.js | Firefox
|
// user.js | Firefox desktop
|
||||||
// https://git.nixnet.xyz/Narsil/desktop_user.js
|
// https://git.nixnet.services/Narsil/desktop_user.js
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
//
|
//
|
||||||
// Author : Narsil : https://git.nixnet.xyz/Narsil
|
// Author : Narsil : https://git.nixnet.services/Narsil
|
||||||
//
|
//
|
||||||
// Based on : arkenfox : https://github.com/arkenfox/user.js
|
// Based on : arkenfox : https://github.com/arkenfox/user.js
|
||||||
//
|
//
|
||||||
// License : https://git.nixnet.xyz/Narsil/desktop_user.js/raw/branch/master/LICENSE
|
// License : https://git.nixnet.services/Narsil/desktop_user.js/raw/branch/master/LICENSE
|
||||||
//
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// START: internal custom pref to test for syntax error
|
// START: internal custom pref to test for syntax error
|
||||||
|
@ -1090,4 +1090,4 @@ user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES
|
||||||
// FF95
|
// FF95
|
||||||
// Disable location bar contextual suggestions [FF92+]
|
// Disable location bar contextual suggestions [FF92+]
|
||||||
user_pref("browser.urlbar.suggest.quicksuggest", false);
|
user_pref("browser.urlbar.suggest.quicksuggest", false);
|
||||||
//
|
//
|
Loading…
Reference in New Issue