aboutsummaryrefslogtreecommitdiffstats
path: root/user.js
blob: c66987095e502d7dd2c7560801adbeb8b168f269 (plain) (blame)
1
2
3
4
5
6
7
8
user_pref("signed.applets.codebase_principal_support", true);
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "https://bugzilla.redhat.com");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
user_pref("capability.principal.codebase.p0.granted", "UniversalXPConnect");
user_pref("capability.principal.codebase.p0.id", "https://bugzilla.redhat.com");
user_pref("capability.principal.codebase.p0.subjectName", "");