I'm using the Privoxy proxy on my PC.
What is the rewrite rule in the user.action file to rewrite e.g.: http://foo.org to https://foo.org? Note that I want to rewrite, not redirect.
So if I search google for foo.org then on the search page there would be https://foo.org.
Would the rewrite work on e.g.: https://encrypted.google.com/?
Or is redirecting better because there could be e.g.: <img src="foo.org/pic.jpg"></img>?