How to enable cut,copy,paste in Firefox/Mozilla

pinEdit

How to enable cut,copy,paste in Firefox/Mozilla


Pintexx Support 11-21-2005, 10:22

Firefox

Please edit

.../mozilla firefox/greprefs/all.js

and set

// Clipboard
pref("capability.policy.default.Clipboard.cutcopy", "allAccess");
pref("capability.policy.default.Clipboard.paste", "allAccess");

 

Mozilla

You have to enter the allowed sites into the prefs.js file and the user.js file.

user_pref("capability.policy.allowclipboard.sites","http://www.pintexx-demo.de http://www.mozilla.org");


user_pref("capability.policy.allowclipboard.Clipboard.cutcopy","allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
user_pref("capability.policy.allowclipboard.sites","http://www.pintexx-demo.de http://www.mozilla.org");
user_pref("capability.policy.policynames", "allowclipboard");