Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 7561a20

Browse files
committed
Merge branch '19102_allowunsigned' of https://github.com/acatarineu/https-everywhere into acat-https-everywhere
2 parents 2f8c470 + 17f083a commit 7561a20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/tor-browser.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ HTTPSE_INSTALL_XPI=$TBB_LOCALIZED_DIRECTORY/Browser/TorBrowser/Data/Browser/prof
3434
# Remove the prebundled HTTPSE
3535
rm -rf $HTTPSE_INSTALL_XPI
3636

37+
# Allow unsigned extensions
38+
echo 'user_pref("xpinstall.signatures.required", false);' >> $TBB_LOCALIZED_DIRECTORY/Browser/TorBrowser/Data/Browser/profile.default/user.js
39+
3740
# Build the XPI to run all the validations in make.sh, and to ensure that
3841
# we test what is actually getting built.
3942
./make.sh

0 commit comments

Comments
 (0)