Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tanczosm committed Oct 3, 2023
1 parent e007690 commit 305fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 305fdb8

Please sign in to comment.