mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
www/squid: add email_err_data off as static (#4987)
This commit is contained in:
parent
2635f71fc1
commit
d9dea7f9cc
3 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= squid
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_COMMENT= Squid is a caching proxy for the web
|
||||
PLUGIN_DEPENDS= squid squid-langpack
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ content serving applications.
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.4
|
||||
|
||||
* Make email_err_data static due to SQUID-2025:2 CVE 10.0
|
||||
|
||||
1.3
|
||||
|
||||
* Repackage template files using new contrib directory feature
|
||||
|
|
|
|||
|
|
@ -329,6 +329,9 @@ cache_dir rock {{OPNsense.proxy.general.cache.local.directory}} {{OPNsense.proxy
|
|||
# Leave coredumps in the first cache dir
|
||||
coredump_dir /var/squid/cache
|
||||
|
||||
# Disable Debug information in Administartor Email / SQUID-2025:2
|
||||
email_err_data off
|
||||
|
||||
#
|
||||
# Add any of your own refresh_pattern entries above these.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue