mirror of https://github.com/hzrd149/blossom.git
fix: correct grammar in bud/01 redirect requirements
Co-authored-by: hzrd149 <8001706+hzrd149@users.noreply.github.com>
This commit is contained in:
parent
85de0197f0
commit
39ce39aa4d
|
@ -86,8 +86,8 @@ server does not know the MIME type of the blob, it MUST default to `application/
|
|||
|
||||
If the endpoint returns a redirection 3xx status code such as 307 or 308 ([RFC 9110 section
|
||||
15.4](https://datatracker.ietf.org/doc/html/rfc9110#name-redirection-3xx)), it MUST redirect to a URL containing the
|
||||
same sha256 hash as the requested blob. This ensures that if a user copies or reuses the redirect URL, it will still
|
||||
contain the original sha56 hash.
|
||||
same sha256 hash as the requested blob. This ensures that if a user copies or reuses the redirect URL, it will
|
||||
contain the original sha256 hash.
|
||||
|
||||
While the final blob may not be served from a Blossom server (e.g. CDN, IPFS, object storage, etc.), the destination
|
||||
server MUST set the `Access-Control-Allow-Origin: *` header on the response to allow cross-origin requests, as well as
|
||||
|
|
Loading…
Reference in New Issue