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

Commit 17f083a

Browse files
committed
Allow unsigned extensions for testing in Tor Browser
1 parent e155be6 commit 17f083a

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)