Firefox
Please edit
.../mozilla firefox/greprefs/all.js
and set
// Clipboardpref("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");