mozilla / scrumbugz

Scrummy look at Bugzilla data. Discuss in #scrum on irc.mozilla.org.
http://scrumbugz.rtfd.org
Other
32 stars 20 forks source link

Send siteLogo for Persona popup as data-URI. #132

Open Osmose opened 10 years ago

Osmose commented 10 years ago

I couldn't login on my dev instance due to this bug, so I decided to copy over the fix I applied to Affiliates. It seems to work fine.

siteLogo must be served over HTTPS for the Persona popup, otherwise it causes an error. If you don’t have HTTPS set up in your local dev environment, you can’t log in.

You can get around this by sending the siteLogo as a data-URI, which works regardless of protocol.

pmclanahan commented 10 years ago

Oh yea. I forgot that I'd gotten around this by setting browserid options in my local.py that didn't include the logo. This is better. Thanks!

satdav commented 9 years ago

Was this pushed @pmclanahan