PDA

View Full Version : [SDHelper] Better separation between cookies and domains/URLs


PepiMK
2007-11-22, 14:14
Situation: SDHelper blocks stuff inside Internet Explorer.

Experienced: domains on the cookie block list are blocked for all access methods.

Expected: distinguish between cookies and domains, so that it would be possible to block specific cookies without blocking associated pages.

SirDracula
2007-11-23, 18:10
Please implement this feature. Currently Yahoo Mail is not usable in IE7.

PepiMK
2008-05-20, 12:08
I must admit this sounds a bit like it also covers this feature request (http://forums.spybot.info/project.php?issueid=136), which actually is the one solving the Yahoo "problem".

This one is more about handling cookies differently from domains, which the IE framework makes complicated since it only has "BeforeNavigate", but no "BeforeSettingCookie" handlers, so the most compatible method might be to kill cookies immediately after they've been set (in which case no harm would be done since they're only "active" when loading the next page anyway).