forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
aa6688a08c
commit
8e1668de0b
8
user.js
8
user.js
|
@ -1,9 +1,9 @@
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// user.js | Firefox
|
// user.js | Firefox mobile
|
||||||
// https://git.nixnet.xyz/Narsil/mobile_user.js
|
// https://git.nixnet.services/Narsil/mobile_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
|
||||||
//
|
//
|
||||||
|
@ -1144,6 +1144,6 @@ user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES
|
||||||
// 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);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Verify user.js is applied
|
// Test user.js in about:config
|
||||||
user_pref("_config.applied", true);
|
user_pref("_config.applied", true);
|
||||||
//
|
//
|
Loading…
Reference in New Issue