From 640b375dc02c5b089f678ed16b0232d1c0cc0721 Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Wed, 20 Jan 2021 17:00:39 -0600 Subject: [PATCH] Unlock `dom.event.contextmenu.enabled` Having this disabled can be pretty disruptive in web applications that provide their own context menus e.g. the openstreetmap online editor. --- librewolf.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librewolf.cfg b/librewolf.cfg index 63e083d..a3f0aad 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -1804,7 +1804,7 @@ lockPref("datareporting.healthreport.uploadEnabled", false); lockPref("datareporting.policy.dataSubmissionEnabled", false); // Pref : Disable right-click menu manipulation via JavaScript (disabled) -lockPref("dom.event.contextmenu.enabled", false); +defaultPref("dom.event.contextmenu.enabled", false); // Pref : Disable clipboard event detection (onCut/onCopy/onPaste) via Javascript // Disabling clipboard events breaks Ctrl+C/X/V copy/cut/paste functionaility in