Skip to content

Cookies should include the SameSite attribute #7

@marinbernard-pep06

Description

@marinbernard-pep06

Hi,

Recent Firefox versions are throwing a warning about the extension cookie missing the SameSite attribute.

On the following line:

document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";

Please add + ";samesite=strict"

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions