fix: Allow cross origin requests for Blockly assets. (#9342)

This commit is contained in:
Aaron Dodson
2025-09-05 11:07:35 -07:00
committed by GitHub
parent 9b60088d4b
commit 10e6df32ed

View File

@@ -70,6 +70,8 @@ handlers:
# Blockly files.
- url: /static
static_dir: static
http_headers:
Access-Control-Allow-Origin: "*"
secure: always
# Storage API.