Changes between Initial Version and Version 1 of Ticket #33212, comment 2


Ignore:
Timestamp:
Oct 20, 2021, 11:21:19 PM (3 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33212, comment 2

    initial v1  
    1 Thanks for the report, IMO, this is only a hypothetical issue. Cookie values cannot contain semicolons according to [https://datatracker.ietf.org/doc/html/rfc6265 RFC 6265]. Browsers allow for creating cookie with invalid values via `document.cookie`, however semicolons are always forbidden.
     1Thanks for the report. As far as I'm aware this is only a hypothetical issue. Cookie values cannot contain semicolons according to [https://datatracker.ietf.org/doc/html/rfc6265 RFC 6265]. Browsers allow for creating cookie with invalid values via `document.cookie`, however semicolons are always forbidden.
Back to Top