diff --git a/defaults/main.yml b/defaults/main.yml index c211704..7c1dd21 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -115,7 +115,6 @@ clamav_freshclam_proxy_port: 3128 clamav_freshclam_proxy_user: '' clamav_freshclam_proxy_pwd: '' clamav_freshclam_reload_clamd: true -clamav_freshclam_enable_safebrowsing: 'no' clamav_freshclam_enable_bytecode: 'yes' # clamav_freshclam_additional_databases: # - '' diff --git a/templates/freshclam.conf.j2 b/templates/freshclam.conf.j2 index 082e41a..f40aebe 100644 --- a/templates/freshclam.conf.j2 +++ b/templates/freshclam.conf.j2 @@ -165,21 +165,6 @@ NotifyClamd {{ clamav_clamd_conf_file }} # Default: yes #TestDatabases yes -# This option enables support for Google Safe Browsing. When activated for -# the first time, freshclam will download a new database file -# (safebrowsing.cvd) which will be automatically loaded by clamd and -# clamscan during the next reload, provided that the heuristic phishing -# detection is turned on. This database includes information about websites -# that may be phishing sites or possible sources of malware. When using this -# option, it is mandatory to run freshclam at least every 30 minutes. -# Freshclam uses the ClamAV s mirror infrastructure to distribute the -# database and its updates but all the contents are provided under Google -# terms of use. See https://www.google.com/transparencyreport/safebrowsing -# and https://www.clamav.net/documents/safebrowsing -# for more information. -# Default: disabled -SafeBrowsing {{ clamav_freshclam_enable_safebrowsing }} - # This option enables downloading of bytecode.cvd, which includes additional # detection mechanisms and improvements to the ClamAV engine. # Default: enabled