1
0
Fork 0

2402->description edit

This commit is contained in:
Thorin-Oakenpants 2017-03-17 02:39:06 +13:00 committed by GitHub
parent 0605bd0d4e
commit dc728f2cd0
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ user_pref("dom.webnotifications.serviceworker.enabled", false);
user_pref("ghacks_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!");
/* 2402: disable website access to clipboard events/content
* http://www.ghacks.net/2014/01/08/block-websites-reading-modifying-clipboard-contents-firefox/
* [WARNING] This will break some sites functionality such as pasting into facebook
* [WARNING] This will break some sites functionality such as pasting into Facebook, WordPress
* this applies to onCut, onCopy, onPaste events - i.e you have to interact with
* the website for it to look at the clipboard ***/
user_pref("dom.event.clipboardevents.enabled", false);