aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard/squidguard_default.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-07 16:53:13 -0400
committerjim-p <jimp@pfsense.org>2011-06-07 16:53:13 -0400
commit7bef817c095ef732a2e279c6399e63aeb75f56fe (patch)
treea31c6e44376f59a1b535b5f459c8dc28928d362d /config/squidGuard/squidguard_default.xml
parentb2c845aed3f6ce74eed5c8ffa086fe668ba8bf7d (diff)
downloadpfsense-packages-7bef817c095ef732a2e279c6399e63aeb75f56fe.tar.gz
pfsense-packages-7bef817c095ef732a2e279c6399e63aeb75f56fe.tar.bz2
pfsense-packages-7bef817c095ef732a2e279c6399e63aeb75f56fe.zip
Add a box to allow the user to override the default squidguard "Request denied by pfSense proxy". Also don't use pfSense there, but the product name instead.
Diffstat (limited to 'config/squidGuard/squidguard_default.xml')
-rw-r--r--config/squidGuard/squidguard_default.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/squidGuard/squidguard_default.xml b/config/squidGuard/squidguard_default.xml
index 6fae67c6..ff05085a 100644
--- a/config/squidGuard/squidguard_default.xml
+++ b/config/squidGuard/squidguard_default.xml
@@ -62,6 +62,15 @@
</description>
<type>checkbox</type>
</field>
+ <field>
+ <fielddescr>Proxy Denied Error</fielddescr>
+ <fieldname>deniedmessage</fieldname>
+ <description>The first part of the error message displayed to clients when denied. Defaults to "Request denied by $g['product_name'] proxy"</description>
+ <type>textarea</type>
+ <cols>65</cols>
+ <rows>2</rows>
+ </field>
+
<field>
<fielddescr>Redirect mode</fielddescr>
<fieldname>redirect_mode</fieldname>