Skip to content

Commit

Permalink
Disable onion redirect pref along with Tor.
Browse files Browse the repository at this point in the history
Update the "Automatically redirect .onion sites" preference to
track the new form of the "Private window with Tor" pref, which
was changed to address a console warning.

Leaving this pref iteractive when Tor is disabled is confusing
because it implies onion-alternate sites will continue to redirect
when this is not the case.

Resolves brave/brave-browser#23560
  • Loading branch information
rillian committed Jun 20, 2022
1 parent 2dfd989 commit 7247f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
class="cr-row"
label="$i18n{autoOnionLocationLabel}"
sub-label="$i18n{autoOnionLocationDesc}"
disabled="[[!torEnabled_]]">
disabled="[[!torEnabledPref_.value]]">
</settings-toggle-button>
</if>
<settings-toggle-button id="webTorrentEnabled"
Expand Down

0 comments on commit 7247f96

Please sign in to comment.