From bffd1cf0a40229673133640d23d4e8a74c613ddc Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 10 Jan 2025 22:23:36 -0700 Subject: [PATCH] assign number --- ...a-v2-cookies.md => 4250-authenticated-media-v2-cookies.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename proposals/{0000-authenticated-media-v2-cookies.md => 4250-authenticated-media-v2-cookies.md} (98%) diff --git a/proposals/0000-authenticated-media-v2-cookies.md b/proposals/4250-authenticated-media-v2-cookies.md similarity index 98% rename from proposals/0000-authenticated-media-v2-cookies.md rename to proposals/4250-authenticated-media-v2-cookies.md index bc59492386..5668176758 100644 --- a/proposals/0000-authenticated-media-v2-cookies.md +++ b/proposals/4250-authenticated-media-v2-cookies.md @@ -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. @@ -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.