forked from d3cim/mobile_user.js
Update 'test'
This commit is contained in:
parent
574a12d1c1
commit
eadd4d652b
6
test
6
test
|
@ -1,8 +1,8 @@
|
||||||
//
|
//
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// user.js | Firefox *
|
// user.js | Firefox mobile *
|
||||||
// *
|
// *
|
||||||
// https://git.nixnet.xyz/Narsil/desktop_user.js *
|
// https://git.nixnet.xyz/Narsil/mobile_user.js *
|
||||||
// *********************************************************************************/
|
// *********************************************************************************/
|
||||||
//
|
//
|
||||||
// Author : Narsil : https://git.nixnet.xyz/Narsil
|
// Author : Narsil : https://git.nixnet.xyz/Narsil
|
||||||
|
@ -10,6 +10,7 @@
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// Based on : arkenfox : https://github.com/arkenfox/user.js
|
// Based on : arkenfox : https://github.com/arkenfox/user.js
|
||||||
|
: Quindecim : https://git.nixnet.xyz/quindecim/mobile_user.js
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// License : https://git.nixnet.xyz/Narsil/desktop_user.js/raw/branch/master/LICENSE
|
// License : https://git.nixnet.xyz/Narsil/desktop_user.js/raw/branch/master/LICENSE
|
||||||
|
@ -165,6 +166,7 @@ user_pref("services.settings.server", "");
|
||||||
// Disable search engine updates (e.g. OpenSearch)
|
// Disable search engine updates (e.g. OpenSearch)
|
||||||
// This does not affect Mozilla's built-in or Web Extension search engines ***/
|
// This does not affect Mozilla's built-in or Web Extension search engines ***/
|
||||||
user_pref("browser.search.update", false);
|
user_pref("browser.search.update", false);
|
||||||
|
user_pref("browser.search.update.log", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable sending Flash crash reports ***/
|
// Disable sending Flash crash reports ***/
|
||||||
user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
|
user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
|
||||||
|
|
Loading…
Reference in New Issue