You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
In 0.23.19 when Tor Private tabs were introduced, the Tor version was listed in about:brave. This stopped displaying in 0.23.31 when lazy-loading was introduced. Once you open a private tab with Tor, it will show as expected
Steps to Reproduce
Launch 0.23.19
Navigate to about:brave
See Tor version listed.
Close 0.23.19
Launch 0.23.31
Navigate to about:brave
Actual result:
Tor version is not listed:
Expected result:
Tor version should be listed
Reproduces how often:
Easily
Brave Version
about:brave info:
0.23.35, 0.23.31
Reproducible on current live release:
yes
Additional Information
The text was updated successfully, but these errors were encountered:
We get the tor version by talking to the tor daemon. If there's no tor daemon yet because it's lazy-loaded, we don't know its version yet. Is this a problem? Do we need to have the tor version sooner?
@riastradh-brave I think it's OK to not have the Tor version immediately (I kicked it out of this release). Maybe this issue can track making it more elegant. ex: show (not loaded yet) for when the daemon hasn't been loaded
Description
In 0.23.19 when Tor Private tabs were introduced, the Tor version was listed in about:brave. This stopped displaying in 0.23.31 when lazy-loading was introduced. Once you open a private tab with Tor, it will show as expected
Steps to Reproduce
Actual result:
Tor version is not listed:
Expected result:
Tor version should be listed
Reproduces how often:
Easily
Brave Version
about:brave info:
0.23.35, 0.23.31
Reproducible on current live release:
yes
Additional Information
The text was updated successfully, but these errors were encountered: