Skip to content

Commit

Permalink
assign number
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 11, 2025
1 parent b7b71d5 commit bffd1cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MSC0000: Authenticated media v2 (Cookie authentication for Client-Server API)
# MSC4250: Authenticated media v2 (Cookie authentication for Client-Server API)

With the introduction of authenticated media in Matrix 1.11, some browser environments became unable
to view *unencrypted* media because they were unable to append the required `Authorization` header.
Expand Down Expand Up @@ -201,7 +201,7 @@ cookie auth to the entire Client-Server API is encouraged.

## Unstable prefix

While this proposal is not considered stable, implementations should use `org.matrix.msc0000.set_auth_cookie`
While this proposal is not considered stable, implementations should use `org.matrix.msc4250.set_auth_cookie`
instead of `set_auth_cookie` throughout this proposal. Cookie keys/values are not subject to unstable
namespacing due to being implementation details.

Expand Down

0 comments on commit bffd1cf

Please sign in to comment.