You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest pointing https://mdn.io and https://mdn.io/ to something informational about the redirector service, like https://github.com/lazd/mdn.io (at a bare minimum). This would ideally be self-served rather than redirected (e.g. a small description plus a link to this repository). That'll give alternative deployments the ability to claim authorship and responsibility rather than accidentally deferring it to you.
You might also want to do something smarter about /robots.txt (for example, look for "Gecko" in the user agent string and actually serve a robots.txt file if you can't find it). This seems less important since this script gives a 303 HTTP response to every query.
The text was updated successfully, but these errors were encountered:
I suggest pointing https://mdn.io and https://mdn.io/ to something informational about the redirector service, like https://github.com/lazd/mdn.io (at a bare minimum). This would ideally be self-served rather than redirected (e.g. a small description plus a link to this repository). That'll give alternative deployments the ability to claim authorship and responsibility rather than accidentally deferring it to you.
It also seems prudent to force local serving of any path starting with
/.well-known/
(note the second slash, which removes at least some ambiguity vs searches). This lets you set up a local https://mdn.io/.well-known/security.txt for abuse contact info (see https://securitytxt.org/) and Keybase proofs. See also well-known URI.You might also want to do something smarter about /robots.txt (for example, look for "Gecko" in the user agent string and actually serve a robots.txt file if you can't find it). This seems less important since this script gives a 303 HTTP response to every query.
The text was updated successfully, but these errors were encountered: