I was wondering if creating user.js
:
/home/user/.tb/tor-browser/Browser/TorBrowser/Data/Browser/profile.default/user.js
Some settings such as:
user_pref("network.proxy.socks_remote_dns", false);
can be changed. Result:
No. Unfortunately above cannot be changed. It seems it is now hardocded in a binary file: /home/user/.tb/tor-browser/Browser/libxul.so
To make sure my method is valid of using user.js
is right, that the file path to user.js
is correct, that user.js
is generally supported. Yes. Generally using user.js
method is still functional. For example the following setting could be changed for testing purposes:
user_pref("browser.safebrowsing.provider.google.advisoryName", "test");
Just some settings are hardcoded now in Tor Browser and I am not aware of any persistent way to change them.
All settings can still be changed in about:config
but some settings - those hardcoded by Tor Browser - will be reverted after Tor Browser restart.