Skip to content

Commit 668c83d

Browse files
authored
Apply suggestions
1 parent 8aba952 commit 668c83d

File tree

1 file changed

+3
-3
lines changed
  • 17/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+3
-3
lines changed

17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ If you _need_ to run Umbraco without HTTPS, make sure to update `appsettings.jso
176176

177177
**Authentication for the backoffice client**
178178

179-
Following [this draft RFC from IETF](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-browser-based-apps), the backoffice client authentication has been changed to tighten security.
179+
Following this draft [Request for Comments (RFC) from the Internet Engineering Task Force (IETF)](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-browser-based-apps), the backoffice client authentication has been changed to tighten security.
180180

181-
This change _only_ affects the backoffice client authentication against the Management API. API user authentication against the Management API remains unaffected, as does the Delivery API.
181+
This change affects _only_ the backoffice client authentication against the Management API. API user authentication against the Management API remains unaffected, as does the Delivery API.
182182

183183
This change _might_ affect custom backoffice extensions that interact with the Management API. All fetch requests to the Management API must include credentials by declaring `credentials: 'include'`.
184184

185185
By default, backoffice extensions built using the HQ package starter template are not affected.
186186

187-
For more details on this update see the following PRs: [#20779](https://github.com/umbraco/Umbraco-CMS/pull/20779) and [#20820](https://github.com/umbraco/Umbraco-CMS/pull/20820).
187+
For more details on this update, see the following PRs: [#20779](https://github.com/umbraco/Umbraco-CMS/pull/20779) and [#20820](https://github.com/umbraco/Umbraco-CMS/pull/20820).
188188

189189
**Updated dependencies**
190190

0 commit comments

Comments
 (0)