diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:38:32 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:38:32 +0100 |
commit | 56c6054e53f51abe940561b49280feb569f8f846 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /user.js | |
parent | 31f41de680146530cd0d8cf698fc8be40f0581c7 (diff) | |
download | bugzilla-triage-56c6054e53f51abe940561b49280feb569f8f846.tar.gz |
Get rid of jetpack/ directory, let's stay in greasemonkey/ for now
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", ""); |