Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Problematic advice regarding cookies with HSTS without secure flag #515

@hannob

Description

@hannob

The Observatory gives a penalty for cookies without the secure flag.

However it'll give less penalty if the site uses HSTS. The explanation is:

Session cookie set without the Secure flag, but transmission over HTTP prevented by HSTS

This is misleading. It is possible to have setups where a cookie is sent over HSTS, but can still be transmitted in plain text.

I have setup a simple example:

I think it is problematic to imply that HSTS would make the cookie secure flag unnecessary.

( https://bugzilla.mozilla.org/show_bug.cgi?id=1870262 is also related.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    securityAn issue that relates to the content of the security recommendations in Observatory

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions