[HTTPS-Everywhere] add googlecode.com to GoogleServices.xml

https-everywhere at lists.grepular.com https-everywhere at lists.grepular.com
Sun Oct 17 15:53:30 PDT 2010


On 17/10/2010 18:51, Eitan Adler wrote:

> My regex fu is not very good but I tested this and it seemed to work
> 
> diff --git a/src/chrome/content/rules/GoogleServices.xml
> b/src/chrome/content/rules/GoogleServices.xml
> index d997fc1..5dc76e2 100644
> --- a/src/chrome/content/rules/GoogleServices.xml
> +++ b/src/chrome/content/rules/GoogleServices.xml
> @@ -18,4 +18,6 @@
>    <rule from="^http://news\.google((\.com?)?(\.[^/@:][^/@:])?)/"
>            to="https://news.google$1/" />
> 
> +  <rule from="http://([^/:@]*)\.googlecode.com/"
> to="https://$1.googlecode.com/" />
> +
>  </ruleset>

What sort of stuff are you trying to redirect? The above rule doesn't
work for me. Compare:

http://www.googlecode.com/ against https://www.googlecode.com/

And http://v8.googlecode.com/ against https://v8.googlecode.com/

The https versions break...

-- 
Mike Cardwell - Perl/Java/Web developer, Linux admin, Email admin
Read my tech Blog -              https://secure.grepular.com/
Follow me on Twitter -           http://twitter.com/mickeyc
Hire me - http://cardwellit.com/ http://uk.linkedin.com/in/mikecardwell



More information about the HTTPS-everywhere mailing list