[Pkg-mozext-commits] [requestpolicy] 83/257: [tst][fix] mozrunner: allow unsigned XPIs
David Prévot
taffit at moszumanska.debian.org
Thu Jan 28 03:19:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit dff0a57d8785f52c2d719918275cb5668dc78c0c
Author: Martin Kimmerle <dev at 256k.de>
Date: Mon Sep 7 12:22:58 2015 +0200
[tst][fix] mozrunner: allow unsigned XPIs
---
tests/mozrunner-prefs.ini | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/mozrunner-prefs.ini b/tests/mozrunner-prefs.ini
index c985e58..7d571ab 100644
--- a/tests/mozrunner-prefs.ini
+++ b/tests/mozrunner-prefs.ini
@@ -20,6 +20,9 @@ extensions.requestpolicy.defaultPolicy.allow=false
browser.tabs.remote.autostart.1:true
browser.displayedE10SNotice:4
+; Allow installation of unsigned add-ons.
+xpinstall.signatures.required=false
+
;; 0.5.x rules -- for import tests
;extensions.requestpolicy.lastVersion=0.5.28
;extensions.requestpolicy.allowedOriginsToDestinations=lemonde.fr|lemde.fr maindomain.test|rpc:
@@ -38,6 +41,9 @@ browser.xul.error_pages.expert_bad_cert=true
# By default, do not show the setup tab.
extensions.requestpolicy.welcomeWindowShown=true
+# Allow installation of unsigned add-ons.
+xpinstall.signatures.required=false
+
# speed up installation and enable/disable/uninstall of add-ons
extensions.webservice.discoverURL=about:home
security.dialog_enable_delay=0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list