aboutsummaryrefslogtreecommitdiffstats
path: root/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'user.js')
-rw-r--r--user.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/user.js b/user.js
new file mode 100644
index 0000000..c669870
--- /dev/null
+++ b/user.js
@@ -0,0 +1,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", "");