Skip to content

Commit 10e6df3

Browse files
authored
fix: Allow cross origin requests for Blockly assets. (#9342)
1 parent 9b60088 commit 10e6df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appengine/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ handlers:
7070
# Blockly files.
7171
- url: /static
7272
static_dir: static
73+
http_headers:
74+
Access-Control-Allow-Origin: "*"
7375
secure: always
7476

7577
# Storage API.

0 commit comments

Comments
 (0)