From e98b0ed1edddc8f5dc64b107416a01f9da68f702 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 11 Apr 2025 00:06:03 +0200 Subject: [PATCH] indentation --- docs/self-hosting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index c1e109fd..7a515930 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -148,7 +148,10 @@ server { ] ``` -Make sure this file is served with the correct MIME type (`application/json`). Additionally, ensure the appropriate CORS headers are set to allow web clients to access it across origins. For more details, refer to the [Matrix Client-Server API: 2. Web Browser Clients](https://spec.matrix.org/latest/client-server-api/#web-browser-clients). +Make sure this file is served with the correct MIME type (`application/json`). +Additionally, ensure the appropriate CORS headers are set to allow web clients +to access it across origins. For more details, refer to the +[Matrix Client-Server API: 2. Web Browser Clients](https://spec.matrix.org/latest/client-server-api/#web-browser-clients). ``` Access-Control-Allow-Origin: *