Issue #2361 - Enable Navigator.clipboard by default.

This commit is contained in:
Moonchild 2023-11-19 16:22:59 +01:00 committed by roytam1
commit 7fce3acfa9

View file

@ -5281,7 +5281,6 @@ pref("media.sourceErrorDetails.enabled", false);
#endif
// Whether Navigator.Clipboard methods are a thing.
pref("dom.events.asyncClipboard", false);
pref("dom.events.asyncClipboard", true);
// Whether arbitrary data transfer methods (not plaintext) are allowed.
pref("dom.events.asyncClipboard.dataTransfer", false);
pref("dom.events.asyncClipboard.dataTransfer", true);