mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Add a new "firefox" plugin to work around Firefox evil plan
This commit is contained in:
parent
77f2eef886
commit
207d3172a7
2 changed files with 59 additions and 0 deletions
|
@ -86,6 +86,9 @@ func InitPluginsGlobals(pluginsGlobals *PluginsGlobals, proxy *Proxy) error {
|
|||
if len(proxy.whitelistNameFile) != 0 {
|
||||
*queryPlugins = append(*queryPlugins, Plugin(new(PluginWhitelistName)))
|
||||
}
|
||||
|
||||
*queryPlugins = append(*queryPlugins, Plugin(new(PluginFirefox)))
|
||||
|
||||
if len(proxy.blockNameFile) != 0 {
|
||||
*queryPlugins = append(*queryPlugins, Plugin(new(PluginBlockName)))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue