Cannot log into celesia-dm.wikidot.com when schemeful sameSite cookie is on
Categories
(Core :: Networking: Cookies, defect, P3)
Tracking
()
Webcompat Priority | P3 |
People
(Reporter: twisniewski, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [necko-triaged])
As reported in https://webcompat.com/issues/65659, one cannot log into celesia-dm.wikidot.com while in a private browsing window or with strict ETP on.
While trying to log in, I see these two requests are blocked, so it may be related to them:
http://stats.g.doubleclick.net/dc.js
http://edge.quantserve.com/quant.js
Comment 1•5 years ago
|
||
It turns out that this issue has nothing to do with ETP or TP. I can reproduce this issue with or without ETP.
I have found the root cause of it. This webcompact issue is caused by the cookie sameSite schemeful
. Flipping network.cookie.sameSite.schemeful
to false will resolve this issue.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
FWIW, I can't reproduce this by enable sameSite schemful
on chrome.
Updated•4 years ago
|
Updated•4 years ago
|
![]() |
||
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Comment 3•3 years ago
|
||
Can you still reproduce this? Did you create an account for this?
Reporter | ||
Comment 4•3 years ago
|
||
No, I didn't. But Tim was the one who did the diagnosis here, so I'll redirect to him for more info in case he does still have an account handy.
Comment 5•3 years ago
|
||
The issue is no longer reproducible for ETP strict mode. But it has a different issue in the private browsing window. The login process won't complete in PBM, but the page will still get logged in after a refresh.
And I have created an account to test it.
Comment 6•3 years ago
|
||
Thanks Tim! Can you just check if disabling network.cookie.sameSite.schemeful
fixes the issue? Otherwise it's probably unrelated to schemeful cookies.
(You could also test network.cookie.sameSite.laxByDefault
just to be save).
Comment 7•3 years ago
|
||
No, disabling those two prefs won't fix this issue. So, I think it's unrelated to schemeful cookies.
Comment 9•11 months ago
|
||
I cannot reproduce this issue enabling just network.cookie.sameSite.schemeful.
Description
•