How to Disable TOR Browser permanent?

Hi…
I need little help to disable tor from Brave browser permanent.
I know brave://settings/extensions Toggle Tor off. but in letter we can toggle on it …
But I want parament disable…?

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