]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Verify that authenticated API calls are made from our domain name.
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 22 Feb 2016 14:19:10 +0000 (15:19 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 22 Feb 2016 14:19:10 +0000 (15:19 +0100)
Evil forms on other websites could otherwise potentially be configured
to have action="https://gnusocial.example/api/statuses/update.json" or
whatever. XHR is already blocked with CORS stuff.

Really, why do browsers allow cross domain POSTs at all? Sigh. The web.


No differences found