On Tue, Nov 20, 2012 at 10:34:59AM -0500, Kurt H Maier wrote: > Well, he said the "requests are stripped out of the HTML" which doesn't > make a ton of sense. Is it requesting all elements in a page and then > stripping them, or what?
What I meant is that privoxy will strip out e.g. <img src="badthing.png"> from the HTML it delivers to the browser, so the browser will not request it. I think it does the same with scripts etc.