diff options
author | Matěj Cepl <matej@ceplovi.cz> | 2009-11-15 23:35:25 +0100 |
---|---|---|
committer | Matěj Cepl <matej@ceplovi.cz> | 2009-11-15 23:35:25 +0100 |
commit | 65db58735021ec41ea90316165de47f2d6f55ffe (patch) | |
tree | d7f4a528b07ce6f8b792e8652a63ae2a5f95870b /user.js | |
download | bugzilla-triage-65db58735021ec41ea90316165de47f2d6f55ffe.tar.gz |
Initial commit for development of a Jetpack package
committer: Matěj Cepl <mcepl@redhat.com>
Diffstat (limited to 'user.js')
-rw-r--r-- | user.js | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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", ""); |