mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Issue #2361 - Enable Navigator.clipboard by default.
This commit is contained in:
parent
543e41f3ac
commit
7fce3acfa9
1 changed files with 2 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue