EFForg / check-your-reps

Other
0 stars 0 forks source link

setting secure flags #160

Open lenazun opened 6 years ago

lenazun commented 6 years ago

From Starchy:

I spotted some sites that aren't setting the Secure flag on their cookies, mostly session cookies. This isn't a huge problems since we're setting HSTS and redirecting HTTP to HTTPS, but it's a best practice we should implement when possible.

checkyourreps.org Set-Cookie: _check_your_reps_session=foo; path=/; HttpOnly