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

Commit 6321d90

Browse files
committed
Add a few more helpful config options
1 parent 7561a20 commit 6321d90

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/tor-browser.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ HTTPSE_INSTALL_XPI=$TBB_LOCALIZED_DIRECTORY/Browser/TorBrowser/Data/Browser/prof
3535
rm -rf $HTTPSE_INSTALL_XPI
3636

3737
# Allow unsigned extensions
38-
echo 'user_pref("xpinstall.signatures.required", false);' >> $TBB_LOCALIZED_DIRECTORY/Browser/TorBrowser/Data/Browser/profile.default/user.js
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
3943

4044
# Build the XPI to run all the validations in make.sh, and to ensure that
4145
# we test what is actually getting built.

0 commit comments

Comments
 (0)