Closed
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