X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fetc_files%2Fuser%2Fopt%2Ffirefox%2Ffirefox.cfg;h=b321153779db654c73b9e9d93bede1537470eec7;hb=612c0f953366a73b4c87d8c3ab1aa8c16bd1a411;hp=cf6b0a2bd36095530b57f3955f813ea8c998ad2b;hpb=bb2874c7e9b69060027cc1437673a33617ca5998;p=config diff --git a/buster/etc_files/user/opt/firefox/firefox.cfg b/buster/etc_files/user/opt/firefox/firefox.cfg index cf6b0a2..b321153 100644 --- a/buster/etc_files/user/opt/firefox/firefox.cfg +++ b/buster/etc_files/user/opt/firefox/firefox.cfg @@ -10,3 +10,9 @@ pref("browser.startup.blankWindow", true); pref("datareporting.policy.firstRunURL", ""); pref("browser.shell.checkDefaultBrowser", false); pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true); + +// use socks proxy by default +pref("network.proxy.type", 1); +pref("network.proxy.socks", "localhost"); +pref("network.proxy.socks_port", 9999); +pref("network.proxy.remote_dns", true);