andreassolberg / DiscoJuice

DiscoJuice a javascript Login Discovery UI

Home Page:http://discojuice.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not require JSONP support on local metadata feeds

andreassolberg opened this issue · comments

The special $.ajax function used, implies that JSONP support is required also on same-origin domains.

We should make sure that JSONP is not required on same-origin domains.