diff options
author | Chris Buechler <cmb@pfsense.org> | 2012-03-30 20:56:06 -0700 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2012-03-30 20:56:06 -0700 |
commit | 949a8708959e8777c17e8d21fc20791af2616f94 (patch) | |
tree | dae83b59de43df0202f6d32a09f5aa48f0c5f793 /config/squidGuard/squidguard.xml | |
parent | 7852acc1ede90c850669e6d94568c53c5fb807d4 (diff) | |
parent | 63f8ba46162fc25d5512fdcfe91d9f622de6e52e (diff) | |
download | pfsense-packages-949a8708959e8777c17e8d21fc20791af2616f94.tar.gz pfsense-packages-949a8708959e8777c17e8d21fc20791af2616f94.tar.bz2 pfsense-packages-949a8708959e8777c17e8d21fc20791af2616f94.zip |
Merge pull request #233 from saxonbeta/master
SquidGuard: Added option to general settings to show a blank gif image for the advertising category
Diffstat (limited to 'config/squidGuard/squidguard.xml')
-rw-r--r-- | config/squidGuard/squidguard.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/squidGuard/squidguard.xml b/config/squidGuard/squidguard.xml index 61bdf146..a23df167 100644 --- a/config/squidGuard/squidguard.xml +++ b/config/squidGuard/squidguard.xml @@ -132,6 +132,12 @@ <type>checkbox</type> </field> <field> + <fielddescr>Clean Advertising</fielddescr> + <fieldname>adv_blankimg</fieldname> + <description>Check this to display a blank gif image instead the default block page. With this option you get a cleaner page.</description> + <type>checkbox</type> + </field> + <field> <name>Blacklist options</name> <type>listtopic</type> </field> |