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