I am using XP Media Center & Firefox 2.0.0.3 & am trying to set the user.js file to allow the copy, past & cut functions in Mozilla Rich Text Editing. I read this link below http://www.mozilla.org/editor/midasd...rityprefs.html

This is my user.js file & I still can't use these functions on any domain except the localhost domain.

user_pref("capability.policy.policynames", "allowclipboard"); 
user_pref("capability.policy.allowclipboard.sites", "http://localhost http://www.hostwithgold.com http://www.tnpaintballers.com") 
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess"); 
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");

are you sure you have the url's correct? are they https? or maybe a different subdomain?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.