7 Mar
2018
7 Mar
'18
10:07 a.m.
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=/">