Xymon Mailing List Archive search

Chrome cookie deprecations

list Rich Jones
Wed, 7 Mar 2018 10:07:47 +0000
Message-Id: <CAG3xxKNv+9MXJJAORit=QT=user-2ee4cc5a0285@xymon.invalid>

Hi all, finally getting round to posting about this...

Chrome is going to be deprecating the meta tag for setting cookies... is
there a fix in the works for this? Error console throws the following:

[Deprecation] Setting cookies via `<meta http-equiv='Set-Cookie' ...>` is
deprecated, and will stop working in M65, around March 2018. Consider
switching to `document.cookie = ...`, or to `Set-Cookie` HTTP headers
instead. See https://www.chromestatus.com/feature/6170540112871424 for more
details.

This is showing for all pages on Xymon 4.3.28 testing through Chrome
64.0.3282.186 which I presume is caused by the following in the head

<META HTTP-EQUIV="Set-Cookie" CONTENT="pagepath=; path=/">
<META HTTP-EQUIV="Set-Cookie" CONTENT="host=; path=/">