Brave without the tor private session option

Hi
The company I work for has restricted the installation of Brave browser due to the tor via private session option.
Wondering if its possible to have a brave installation without tor.
Cheers
Aaron

Hi @aaron1,

Welcome to Community, and thanks for writing in the request! I will discuss this with the team and report back.

Hi @steeven,

I am also interested in version of Brave installing package without Tor. In companies Tor is restricted and even having it and not using it - it may cause serious security problem.

I have a way to restrict it

on macOS
go to this path
cd ~/Library/Application\ Support/BraveSoftware/Brave-Browser

then do
ls -lrth | grep tor

(it should you tor folder)

then put a lock on that file, I mean either change user or simply remove the read write and execute permissions by following cmd:

chmod -rwx tor

then even if you open tor window it would show disconnected.

Enjoy