0

I'm currently trying to get Privoxy working as a general filtering solution and the majority of its working fine, however there's an issue where with Yahoo Mail it's stripping all the CSS. I've attempted a few things such as { allow-ads } and setting it as fragile, but neither have fixed it, am I missing anything specific?

1 Answers1

1

I had this same problem, but I was using Privoxy with Dansguardian to filter content. If this is your setup, too, it is not Privoxy that is at fault, it is Dansguardian. I was thinking Privoxy, too, but a check of Dansguardian showed it was blocking yimg.com for a css.

To /etc/dansguardian/list/exceptionsitelist I added:

yahoo.com
yimg.com

Did a

# service dansguardian restart

And yahoo mail magically worked.

I hope this helps someone out there.

Seth
  • 59,332
narnie2
  • 11
  • 1