diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:41:54 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:41:54 +0100 |
commit | d2aac544677b18881fd0515aa5302e46d3ed8aea (patch) | |
tree | 425570ec789223d967ce50c26eb963b63fb98cef /user.js | |
parent | ac624dcd4a88ad635c696b5fcda0f628e277f6b8 (diff) | |
download | bugzilla-triage-d2aac544677b18881fd0515aa5302e46d3ed8aea.tar.gz |
Liquidation of greasemonkey/ directory on this branch ... just confuses me.
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", ""); |