I know that i can disable Tors update through browser; -> Options-> Advanced->Update -> Tor Browser update.
but, is there a way to cancel those updates through Tor source code by changing the main
file or any other file and re-compile it.
Asked
Active
Viewed 2,111 times
0
1 Answers
0
You can add those lines:
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
to prefs.js
file before you run Tor-Browser
-
i can't find this file before i run Tor- which means that i must run Tor to see this file. after i run Tor i can can change the file but its not doing nothing. maybe you have another way to disable the updates? – tell gram Aug 29 '18 at 08:05
-
put these lines in the new file `user.js` in the profile directory. – Alexander Shcheblikin Nov 12 '19 at 21:02