3

I am looking for a way to automatically accept a cookie with a specific name, not based on site. The expected behaviour would be to block all cookies, unless its name contained foo in which case I would allow that cookie.

Most browsers give me an ability to reject all cookies except for an exemption list which can be set to automatically allow. However, the exemption lists all seem to be site based like so (Firefox 9.0.1);

Cookie Site Exemption

Does anyone know of an add-on or otherwise which can allow cookies by Name? This question is kind of the inverse of another Super User question which was resolved without blocking a cookie name: Firefox: how to block cookies by name, not by site?

Mock up of desired functionality;

Cookie Name Allow Mockup

krondor
  • 493

1 Answers1

1

I have been looking into a similar matter regarding cookies recently, but I didn't find and good Firefox add-on that can do this.

What you can do is to write a Greasemonkey script that deletes all cookies except the one(s) with the name you want.

billc.cn
  • 7,139