Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/http-reference.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
sberyozkin and gsmet authored Feb 15, 2023
1 parent e041dbe commit 76e2920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ quarkus.http.cors=true
%dev.quarkus.http.cors.origins=/.*/
----

It is important that you enable all origins only in dev profile, supporting all origins in production is not recommended if you would like CORS filter be effective in blocking unauthorized origins.
It is important that you enable all origins only for the dev profile, allowing all origins in production is not recommended and could expose your applications to serious security issues.

== HTTP Limits Configuration

Expand Down

0 comments on commit 76e2920

Please sign in to comment.