Skip to content

Fix cookie deletion. #1840

Closed
Closed
@ioquatix

Description

Cookie deletion uses a regexp to delete cookies using a linear scan. I don't believe this is useful. It's a potential performance issue, adds a lot of complexity to the code and probably the actual use case is exceedingly limited.

Let's test that with a real browser, and if it has no impact to behaviour, let's remove it.

Discussed with @tenderlove :)

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions