mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
179 stars 80 forks source link

Fake assertions with non-ascii break urllib.urlencode #103

Closed peterbe closed 11 years ago

peterbe commented 11 years ago

I've been getting errors like this: http://cl.ly/LbAB

These are hack attempts. The BrowserIDForm should not allow assertions that aren't ascii.

Osmose commented 11 years ago

104 fixed this. :D