]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
'samesite' in CO is available since 2.4.47.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 6 Mar 2022 11:05:56 +0000 (11:05 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 6 Mar 2022 11:05:56 +0000 (11:05 +0000)
While at it, remove some trainling spaces to synch with trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898648 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 799ab9007f275b32189da0a7b678f90c9e6783b7..a8314bc73ee7c8eb3b9a3eb3e47d2bdba167d236 100644 (file)
@@ -51,7 +51,7 @@ RewriteRule pattern target [Flag1,Flag2,Flag3]
 </highlight>
 
 <p>Each flag (with a few exceptions) has a short form, such as
-<code>CO</code>, as well as a longer form, such as <code>cookie</code>. 
+<code>CO</code>, as well as a longer form, such as <code>cookie</code>.
 While it is most common to use
 the short form, it is recommended that you familiarize yourself with the
 long form, so that you remember what each flag is supposed to do.
@@ -194,7 +194,7 @@ browsers that support this feature.</dd>
 <dt>samesite</dt>
 <dd>If set to anything other than <code>false</code> or <code>0</code>, the <code>SameSite</code>
 attribute is set to the specified value.  Typical values are <code>None</code>,
-<code>Lax</code>, and <code>Strict</code>.Available in 2.5.1 and later.</dd>
+<code>Lax</code>, and <code>Strict</code>. Available in 2.4.47 and later.</dd>
 </dl>
 
 
@@ -446,7 +446,7 @@ pattern still matches (i.e., while the URI still contains an
 <code>A</code> with a <code>B</code>).</p>
 
 <p>In 2.4.8 and later, this module returns an error after 32,000 iterations to
-protect against unintended looping.  An alternative maximum number of 
+protect against unintended looping.  An alternative maximum number of
 iterations can be specified by adding to the N flag.  </p>
 <highlight language="config">
 # Be willing to replace 1 character in each pass of the loop
@@ -795,4 +795,3 @@ The <code>L</code> flag can be useful in this context to end the
 </section>
 
 </manualpage>
-