Update user.js

This commit is contained in:
Narsil 2024-12-31 09:51:34 +00:00
parent e22c168666
commit 764f79b41b
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
// user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
// -------------------------------------
// Disable location bar using search
user_pref("keyword.enabled", false);
// user_pref("keyword.enabled", false);
// -------------------------------------
// Force GPU sandboxing (Linux, default on Windows)
user_pref("security.sandbox.gpu.level", 1);