From 305fdb88e6bbe7bdd3c5ff25acfc9c2b6feb1f1a Mon Sep 17 00:00:00 2001 From: Michael Tanczos Date: Tue, 3 Oct 2023 08:44:42 -0400 Subject: [PATCH] Updated README --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ca37040..3380ba5 100644 --- a/Readme.md +++ b/Readme.md @@ -82,7 +82,7 @@ Response.Htmx(h => { #### CORS Policy -By default, all Htmx requests and responses will be blocked by the browser in a cross-origin context. +By default, all Htmx requests and responses will be blocked in a cross-origin context. If you configure your application in a cross-origin context, then setting a CORS policy in ASP.NET Core also allows you to define specific restrictions on request and response headers, enabling fine-grained control over the data that can be exchanged between your web application and different origins.