mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
fix: Allow cross origin requests for Blockly assets. (#9342)
This commit is contained in:
@@ -70,6 +70,8 @@ handlers:
|
|||||||
# Blockly files.
|
# Blockly files.
|
||||||
- url: /static
|
- url: /static
|
||||||
static_dir: static
|
static_dir: static
|
||||||
|
http_headers:
|
||||||
|
Access-Control-Allow-Origin: "*"
|
||||||
secure: always
|
secure: always
|
||||||
|
|
||||||
# Storage API.
|
# Storage API.
|
||||||
|
|||||||
Reference in New Issue
Block a user