maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

allow cross-domain ajax over https #27

Closed ryankshaw closed 11 years ago

ryankshaw commented 11 years ago

for more info see https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS#Access-Control-Allow-Origin

also, allowed setting custom name for the http header.

maxcountryman commented 11 years ago

Thanks!