Update 'user.js'

This commit is contained in:
Narsil 2022-01-01 10:25:04 +00:00
parent aa6688a08c
commit 8e1668de0b
1 changed files with 4 additions and 4 deletions

View File

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