Update 'test'

This commit is contained in:
Narsil 2021-04-02 06:19:51 -04:00
parent 574a12d1c1
commit eadd4d652b
1 changed files with 800 additions and 798 deletions

6
test
View File

@ -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);