Update 'config/mozilla.cfg'

This commit is contained in:
Narsil 2022-12-28 10:19:29 +00:00
parent b915be1da1
commit 7e2d2aed56
1 changed files with 2 additions and 2 deletions

View File

@ -521,7 +521,7 @@ defaultPref("browser.eme.ui.enabled", false);
// Prevent scripts from moving and resizing open windows
lockPref("dom.disable_window_move_resize", true);
// -------------------------------------
// Limit events that can cause a popup [SETUP-WEB]
// Limit events that can cause a pop-up [SETUP-WEB]
lockPref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
@ -840,7 +840,7 @@ defaultPref("privacy.firstparty.isolate", false); // [DEFAULT: false]
// Enforce SmartBlock shims [FF81+]
lockPref("extensions.webcompat.enable_shims", true); // [DEFAULT: true]
// -------------------------------------
// Enforce/reset TLS 1.0/1.1 downgrades to session only
// Enforce no TLS 1.0/1.1 downgrades
lockPref("security.tls.version.enable-deprecated", false); // [DEFAULT: false]
// -------------------------------------
// Enforce disabling of Web Compatibility Reporter [FF56+]