BowdoinOrient / bonus

Bowdoin Orient Network Update System v2, the bowdoinorient.com frontend and backend since August 2012.
http://bowdoinorient.com/
Other
3 stars 2 forks source link

XMLHttpRequest #70

Open bjacobel opened 11 years ago

bjacobel commented 11 years ago

Logging into bonus from www.bowdoinorient.com causes the browser to give an XMLHttpRequest error, because the ajax request is to bowdoinorient.com and it think's you're trying to XSS the site or something.

bjacobel commented 11 years ago

Fixed by https://github.com/BowdoinOrient/bonus/commit/8b08ce9e90bb24f8e5dd4c8ea202f7b5b5783beb. CORS is dumb sometimes.

bjacobel commented 10 years ago

This is back?