]> cat aescling's git repositories - mastodon.git/commit
Allow cross-origin requests to /.well-known/* URLs. (#9083)
authorBen Lubar <ben.lubar+github@gmail.com>
Thu, 25 Oct 2018 01:13:35 +0000 (20:13 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 25 Oct 2018 01:13:35 +0000 (03:13 +0200)
commit13e049d7729425ade92a6800357bfd6224a722b8
tree13cccc92f4f514a4c228ff49d7e613907dad08c5
parent4ea718ef18c2171edf8ed0089fd0d28bdfb78ba1
Allow cross-origin requests to /.well-known/* URLs. (#9083)

Right now, this includes three endpoints: host-meta, webfinger, and change-password.

host-meta and webfinger are publicly available and do not use any authentication. Nothing bad can be done by accessing them in a user's browser.

change-password being CORS-enabled will only reveal the URL it redirects to (which is /auth/edit) but not anything about the actual /auth/edit page, because it does not have CORS enabled.

The documentation for hosting an instance on a different domain should also be updated to point out that Access-Control-Allow-Origin: * should be set at a minimum for the /.well-known/host-meta redirect to allow browser-based non-proxied instance discovery.
config/initializers/cors.rb