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.
This commit is contained in:
Shreyas Minocha 2021-01-20 17:00:39 -06:00
parent 0d0cd76c44
commit 640b375dc0
No known key found for this signature in database
GPG key ID: 3740FE9FC5772203

View file

@ -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