Commit 2863e1c
chore: update default origings CORS policy for dev UI
The current defaults are very restrictive and so you're met with CORS errors when you use Cloud Run to host the dev ui and try to interact with it. For anything beyond a prototype these defaults should be overwritten.
PiperOrigin-RevId: 8208086161 parent 433393a commit 2863e1c
File tree
1 file changed
+1
-1
lines changed- dev/src/main/java/com/google/adk/web/config
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments