Skip to content

Commit

Permalink
clipboard.autocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Apr 24, 2015
1 parent 7287cea commit f4efd35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ user_pref("dom.telephony.enabled", false);
user_pref("beacon.enabled", false);
// https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/dom.event.clipboardevents.enabled
user_pref("dom.event.clipboardevents.enabled", false);
// http://kb.mozillazine.org/Clipboard.autocopy
user_pref("clipboard.autocopy", false);
// Webpages will not be able to affect the right-click menu
user_pref("dom.event.contextmenu.enabled", false);

Expand Down

0 comments on commit f4efd35

Please sign in to comment.