Open callahad opened 11 years ago
Currently https://www.persona.org/favicon.ico returns a 404.
For the Google identity bridge, we need that to redirect to https://login.persona.org/favicon.ico, since Google assumes a www and sends that to their content proxy:
www
https://s2.googleusercontent.com/s2/favicons?service=lso&domain=www.persona.org
Here's where this code lives : https://github.com/mozilla/identity-ops/blob/master/chef/cookbooks/persona-rootzone/templates/default/etc/httpd/conf.d/rootzone.conf.erb
Currently https://www.persona.org/favicon.ico returns a 404.
For the Google identity bridge, we need that to redirect to https://login.persona.org/favicon.ico, since Google assumes a
www
and sends that to their content proxy:https://s2.googleusercontent.com/s2/favicons?service=lso&domain=www.persona.org