Skip to content

Commit

Permalink
Enable http cross-origin policy for admin service (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows authored Dec 19, 2024
1 parent 7e10003 commit 114bce3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ public final class ZillabaseAdminConfig
http_server:
type: http
kind: server
options:
access-control:
policy: cross-origin
routes:
- when:
- headers:
Expand Down

0 comments on commit 114bce3

Please sign in to comment.