X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=buster%2Fetc_files%2Fuser%2Fopt%2Ffirefox%2Ffirefox.cfg;h=b321153779db654c73b9e9d93bede1537470eec7;hb=b1a6a5963be58adbc79cf2b49986ca523068bfdf;hp=cf6b0a2bd36095530b57f3955f813ea8c998ad2b;hpb=72d0c7ff45225d7e122f752a95b24a126d5545ff;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);