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 Jan 4, 2019. It is now read-only.
the persist:tor session seems to inherit user prefs from persist:default; setting different prefs for this session does not work. for instance, ses.userPrefs.setDictionaryPref('content_settings', ...) for the persist:tor session in browser-laptop seems to do nothing.
the
persist:tor
session seems to inherit user prefs frompersist:default
; setting different prefs for this session does not work. for instance,ses.userPrefs.setDictionaryPref('content_settings', ...)
for thepersist:tor
session in browser-laptop seems to do nothing.if i change
appConfig.tor.partition
todefault
in this line, then it works as expected in private tabs (non-tor): brave/browser-laptop@7fdf484#diff-50b5521162e1f47690c976323e95e604R64tested on 6.1.5
The text was updated successfully, but these errors were encountered: