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

Commit 9e887d5

Browse files
authored
Merge pull request #19242 from Hainish/acat-https-everywhere
Acat https everywhere
2 parents 2e63754 + 6321d90 commit 9e887d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/tor-browser.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ 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 '
39+
user_pref("xpinstall.signatures.required", false);
40+
user_pref("devtools.chrome.enabled", true);
41+
user_pref("devtools.debugger.remote-enabled", true);
42+
' >> $TBB_LOCALIZED_DIRECTORY/Browser/TorBrowser/Data/Browser/profile.default/user.js
43+
3744
# Build the XPI to run all the validations in make.sh, and to ensure that
3845
# we test what is actually getting built.
3946
./make.sh

0 commit comments

Comments
 (0)