mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
update NIP-05 addressing reflectivity. (#128)
This commit is contained in:
parent
570bc59e7d
commit
d41834fa51
7
05.md
7
05.md
|
@ -71,3 +71,10 @@ Access-Control-Allow-Origin: *
|
||||||
Users should ensure that their `/.well-known/nostr.json` is served with the HTTP header `Access-Control-Allow-Origin: *` to ensure it can be validated by pure JS apps running in modern browsers.
|
Users should ensure that their `/.well-known/nostr.json` is served with the HTTP header `Access-Control-Allow-Origin: *` to ensure it can be validated by pure JS apps running in modern browsers.
|
||||||
|
|
||||||
[CORS]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
|
[CORS]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
|
||||||
|
|
||||||
|
### Security Constraints
|
||||||
|
|
||||||
|
The `/.well-known/nostr.json` endpoint MUST NOT return any HTTP redirects.
|
||||||
|
|
||||||
|
Fetchers MUST ignore any HTTP redirects given by the `/.well-known/nostr.json` endpoint.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user