From 458e3447c601bece39e26c23f725ca247f113a29 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 14 Dec 2020 10:05:05 +0100 Subject: [PATCH] Regenerate docs --- doc/webserver/user-manual/actions-file.html | 44 +++++++++++++++++++-- doc/webserver/user-manual/appendix.html | 16 ++++---- doc/webserver/user-manual/index.html | 7 ++-- 3 files changed, 53 insertions(+), 14 deletions(-) diff --git a/doc/webserver/user-manual/actions-file.html b/doc/webserver/user-manual/actions-file.html index 3a496e90..5fa6f7a0 100644 --- a/doc/webserver/user-manual/actions-file.html +++ b/doc/webserver/user-manual/actions-file.html @@ -3038,7 +3038,45 @@ TAG:^image/
-

8.5.37. +

8.5.37. suppress-tag

+
+
+
Typical use:
+
+

Suppress client or server tag.

+
+
Effect:
+
+

Server or client tags to which this action applies are not added to the request, thus making all + actions that are specific to these request tags inactive.

+
+
Type:
+
+

Multi-value.

+
+
Parameter:
+
+

The result tag of a server-header or client-header tagger, as defined in one of the filter files.

+
+
Example usage (section):
+
+ + + + +
+
# Suppress tag produced by range-requests client-header tagger for requests coming from address 10.0.0.1
+{+suppress-tag{RANGE-REQUEST}}
+TAG:^IP-ADDRESS: 10\.0\.0\.1$
+
+
+
+
+

+
+

8.5.38. session-cookies-only

@@ -3100,7 +3138,7 @@ TAG:^image/
-

8.5.38. set-image-blocker

+

8.5.39. set-image-blocker

Typical use:
@@ -3189,7 +3227,7 @@ TAG:^image/
-

8.5.39. Summary

+

8.5.40. Summary

Note that many of these actions have the potential to cause a page to misbehave, possibly even not to display at all. There are many ways a site designer may choose to design his site, and what HTTP header content, and other criteria, he may depend on. There is no way to have hard and fast rules for all sites. See diff --git a/doc/webserver/user-manual/appendix.html b/doc/webserver/user-manual/appendix.html index c071be1a..6fb335bc 100644 --- a/doc/webserver/user-manual/appendix.html +++ b/doc/webserver/user-manual/appendix.html @@ -202,7 +202,7 @@ these. If not, you will get a friendly error message. Internet access is not necessary either.