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
Brought up by @simonhong in reviewing brave/brave-core#6966.
We currently are using /etc/chromium/policies/managed which is the default for chromium projects, we probably should change this to /etc/brave/policies/managed
STR:
Create /etc/brave/policies/managed directory
Create file (/etc/brave/policies/managed/00_tor.json) with below content.
{
"TorDisabled": true
}
Launch browser and check tor is disabled
Delete /etc/brave/policies/managed directory
Create /etc/chromium/policies/managed directory
Create file (/etc/chromium/policies/managed/00_tor.json) with below content.
{
"TorDisabled": false
}
Re-launch browser and check tor is enabled
The text was updated successfully, but these errors were encountered:
Brought up by @simonhong in reviewing brave/brave-core#6966.
We currently are using
/etc/chromium/policies/managed
which is the default for chromium projects, we probably should change this to/etc/brave/policies/managed
STR:
/etc/brave/policies/managed
directory/etc/brave/policies/managed/00_tor.json
) with below content./etc/brave/policies/managed
directory/etc/chromium/policies/managed
directory/etc/chromium/policies/managed/00_tor.json
) with below content.The text was updated successfully, but these errors were encountered: