Skip to content

Hsid sub cookie for google.com needs to be deleted #1080

Discussion options

You must be logged in to vote

Repasting as partial solution:

You can also try using regular expressions to capture all but one domain, as long as the browser's version is the latest one, or has been released in the last 1-2 years. Here's one that will capture all but those ending in google.com: /(?<!google.com)$/. Try putting that into the whitelist. Then you can have a separate whitelist for google.com, except check all but the cookie you want to delete. As long as you still have at least one google.com tab open until browser restart, that cookie you kept unchecked should not be removed until then.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@snowbound
Comment options

@kennethtran93
Comment options

@snowbound
Comment options

@kennethtran93
Comment options

@snowbound
Comment options

Comment options

You must be logged in to vote
1 reply
@snowbound
Comment options

Answer selected by snowbound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants