From 1390ed6979e20ff99bfa3f52c8d2dffd5e219be3 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sat, 8 Feb 2020 17:09:54 +0000 Subject: [PATCH] flags.xml: remove extra to allow clean builds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873799 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/flags.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 67bf9cf99dc..5e3457cfc94 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -190,7 +190,7 @@ connections. 1, the cookie will have the HttpOnly flag set, which means that the cookie is inaccessible to JavaScript code on browsers that support this feature. - +
samesite
If set to anything other than 0, the SameSite attribute is set to the specified value. Typical values are None, -- 2.47.3