diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-05-31 16:51:50 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-05-31 16:51:50 +0200 |
commit | 951ef0d578130106e303e5586f53404a900ccf9c (patch) | |
tree | 2b13d67c04365dd78756fbc88dea623ade8e3c65 /user.js | |
parent | fa726bcbae605dd21861bee728f66a2134a1d385 (diff) | |
download | bugzilla-triage-951ef0d578130106e303e5586f53404a900ccf9c.tar.gz |
Reshuffling to Jetpack-SDK directory layout.
Diffstat (limited to 'user.js')
-rw-r--r-- | user.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/user.js b/user.js deleted file mode 100644 index c669870..0000000 --- a/user.js +++ /dev/null @@ -1,8 +0,0 @@ -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", ""); |