Skip to content

Commit

Permalink
allow cors for admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
thwbh committed Nov 8, 2024
1 parent ade3ada commit 2312a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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
quarkus.http.cors.origins=https://www.tohuwabohu.io,https://blog.tohuwabohu.io,https://kamfiusen.tohuwabohu.io

# dev config
%dev.quarkus.http.cors=true
Expand Down

0 comments on commit 2312a81

Please sign in to comment.