Skip to content

Commit

Permalink
allow cors for blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
thwbh committed Nov 8, 2024
1 parent 7d0a980 commit ade3ada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ quarkus.http.auth.form.cookie-path=/
quarkus.http.auth.permission.form.paths=/
quarkus.http.auth.permission.form.policy=authenticated

quarkus.http.cors=true
quarkus.http.cors.origins=https://www.tohuwabohu.io,https://blog.tohuwabohu.io

# dev config
%dev.quarkus.http.cors=true
%dev.quarkus.http.cors.origins=https://www.tohuwabohu.io
Expand Down

0 comments on commit ade3ada

Please sign in to comment.