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
feat(tor): default Tor OFF on launch + auto-enable on .onion (v3.2.11)
- Tor now defaults OFF on every fresh browser start (onStartup → disableTor).
Removed the re-apply-on-wake that auto-resumed Tor after a restart — pointing
at a daemon that isn't running yet, which also broke browsing. Within a
session the proxy persists across SW restarts on its own.
- Auto-enable Tor when navigating to a .onion host (webNavigation): start Tor,
wait for the circuit, set the proxy, then reload the page now that it routes.
Adds the webNavigation permission.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments