File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,15 @@ user_pref("dom.telephony.enabled", false);
108
108
// https://developer.mozilla.org/en-US/docs/Web/API/navigator.sendBeacon
109
109
user_pref ( "beacon.enabled" , false ) ;
110
110
111
- // PREF: Disable clipboard event detection (onCut/onCopy/onPaste) via Javascript
112
- // NOTICE: Disabling clipboard events breaks Ctrl+C/X/V copy/cut/paste functionaility in JS-based web applications (Google Docs...)
111
+ // PREF: Disable clipboard event detection (onCut/onCopy/onPaste) via Javascript (disabled)
112
+ // NOTICE-DISABLED : Disabling clipboard events breaks Ctrl+C/X/V copy/cut/paste functionaility in JS-based web applications (Google Docs...)
113
113
// https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/dom.event.clipboardevents.enabled
114
- user_pref ( "dom.event.clipboardevents.enabled" , false ) ;
114
+ // user_pref("dom.event.clipboardevents.enabled", false);
115
115
116
- // PREF: Disable "copy to clipboard" functionality via Javascript (Firefox >= 41)
116
+ // PREF: Disable "copy to clipboard" functionality via Javascript (Firefox >= 41) (disabled)
117
117
// NOTICE: Disabling clipboard operations will break legitimate JS-based "copy to clipboard" functionality
118
118
// https://hg.mozilla.org/mozilla-central/rev/2f9f8ea4b9c3
119
- user_pref ( "dom.allow_cut_copy" , false ) ;
119
+ // user_pref("dom.allow_cut_copy", false);
120
120
121
121
// PREF: Disable speech recognition
122
122
// https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
You can’t perform that action at this time.
0 commit comments