Update 'user.js'

This commit is contained in:
Narsil 2022-01-01 10:25:41 +00:00
parent 533c35d742
commit 4a69afc3b1
1 changed files with 5 additions and 5 deletions

10
user.js
View File

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