mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-25 22:45:46 +03:00
Code review request -- set safebrowsing default to disabled
This commit is contained in:
parent
f1ae5d78d2
commit
98994916b5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ var config = configuration{
|
|||
coreFile: "Corefile", // only filename, no path
|
||||
FilterFile: "dnsfilter.txt", // only filename, no path
|
||||
FilteringEnabled: true,
|
||||
SafeBrowsingEnabled: true,
|
||||
SafeBrowsingEnabled: false,
|
||||
BlockedResponseTTL: 60, // in seconds
|
||||
QueryLogEnabled: true,
|
||||
UpstreamDNS: defaultDNS,
|
||||
|
|
Loading…
Reference in a new issue