Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Fix host-only cookie duplication & leak #166

Merged
merged 1 commit into from Apr 4, 2014
Merged

Fix host-only cookie duplication & leak #166

merged 1 commit into from Apr 4, 2014

Conversation

semenko
Copy link
Contributor

@semenko semenko commented Feb 17, 2014

Currently we create duplicate cookies (!) for host-only cookies, one
secure, one insecure. This is because we're always setting the domain
parameter, regardless of the hostOnly value.

See: http://developer.chrome.com/extensions/cookies.html#method-set

Closes issue #159

Signed-off-by: Nick Semenkovich semenko@alum.mit.edu

Currently we create duplicate cookies (!) for host-only cookies, one
secure, one insecure. This is because we're always setting the domain
parameter, regardless of the hostOnly value.

See: http://developer.chrome.com/extensions/cookies.html#method-set

Closes issue #159

Signed-off-by: Nick Semenkovich <semenko@alum.mit.edu>
diracdeltas added a commit that referenced this pull request Apr 4, 2014
Fix host-only cookie duplication & leak
@diracdeltas diracdeltas merged commit ce2215f into EFForg:master Apr 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants