upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/11.md
diff options
context:
space:
mode:
authorJon Staab <jstaab@protonmail.com>2022-11-23 12:46:25 -0800
committerfiatjaf <fiatjaf@gmail.com>2022-11-25 13:03:03 -0300
commitcf5eaf63607805fb7fa7262de160eacf105c0ffe (patch)
tree615ea797989d96c2f8df06146b77a72ae588a2a8 /11.md
parent743e43a8d4bf4a37022e3b6551524b12e7cc54a0 (diff)
Amend NIP 11 to require CORS support
Diffstat (limited to '11.md')
-rw-r--r--11.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/11.md b/11.md
index a8c9c53..828e1a2 100644
--- a/11.md
+++ b/11.md
@@ -22,7 +22,7 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application
22} 22}
23``` 23```
24 24
25Any field may be omitted, and clients MUST ignore any additional fields they do not understand. 25Any field may be omitted, and clients MUST ignore any additional fields they do not understand. Relays MUST accept CORS requests by sending `Access-Control-Allow-Origin`, `Access-Control-Allow-Headers`, and `Access-Control-Allow-Methods` headers.
26 26
27Field Descriptions 27Field Descriptions
28----------------- 28-----------------