[Privoxy-commits] [privoxy] 07/08: Remove the ie-exploits filter from the documentation
User Git
git at git.privoxy.org
Sat Apr 5 14:18:55 CEST 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit c47b533a24d5898dfe04f20b43391fae2e44ef2f
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Feb 6 14:58:16 2025 +0100
Remove the ie-exploits filter from the documentation
---
doc/source/user-manual.sgml | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index 85290a21..a1e5a7bf 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -4452,10 +4452,6 @@ another.example.com/testing
<anchor id="filter-crude-parental">
</para>
<screen>+filter{crude-parental} # Crude parental filtering. Note that this filter doesn't work reliably.</screen>
- <para>
- <anchor id="filter-ie-exploits">
- </para>
- <screen>+filter{ie-exploits} # Disable some known Internet Explorer bug exploits.</screen>
<para>
<anchor id="filter-site-specifics">
</para>
@@ -7856,20 +7852,6 @@ pre-defined filters for your convenience:
</listitem>
</varlistentry>
- <varlistentry>
- <term><emphasis>ie-exploits</emphasis></term>
- <listitem>
- <para>
- An experimental collection of text replacements to disable malicious HTML and JavaScript
- code that exploits known security holes in Internet Explorer.
- </para>
- <para>
- Presently, it only protects against Nimda and a cross-site scripting bug, and
- would need active maintenance to provide more substantial protection.
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry>
<term><emphasis>site-specifics</emphasis></term>
<listitem>
@@ -9183,7 +9165,6 @@ In file: default.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</gui
+filter {banners-by-size}
+filter {webbugs}
+filter {jumping-windows}
- +filter {ie-exploits}
+hide-from-header {block}
+hide-referrer {forge}
+session-cookies-only
@@ -9292,7 +9273,6 @@ Final results:
+filter {banners-by-size}
+filter {webbugs}
+filter {jumping-windows}
-+filter {ie-exploits}
-filter {google}
-filter {yahoo}
-filter {msn}
@@ -9407,7 +9387,6 @@ In file: default.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</gui
+filter {banners-by-size}
+filter {webbugs}
+filter {jumping-windows}
- +filter {ie-exploits}
-filter {google}
-filter {yahoo}
-filter {msn}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list