UAAC gives two warnings about unknown keys as follows for example: ``` % uaac info Unknown key: Max-Age = 86400 Unknown key: SameSite = Lax ``` The warnings are from http-client [code](https://github.com/nahi/httpclient/blob/d57cc6d5ffee1b566b5c189fe6dc8cc89570b812/lib/httpclient/webagent-cookie.rb#L202). There are open issues for them as follows: - https://github.com/nahi/httpclient/issues/415 - https://github.com/nahi/httpclient/issues/376
UAAC gives two warnings about unknown keys as follows for example:
The warnings are from http-client code. There are open issues for them as follows: