From 65db58735021ec41ea90316165de47f2d6f55ffe Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 15 Nov 2009 23:35:25 +0100 Subject: Initial commit for development of a Jetpack package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit committer: Matěj Cepl --- user.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 user.js (limited to 'user.js') 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", ""); -- cgit