mirror of
https://github.com/google/blockly.git
synced 2026-05-03 02:20:12 +02:00
61cdbb65d3
* Setting style property to make CSP less grumpy. "Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“style-src”)." The 'style' property should be set as an object, not as a string, according to CSP rules. Back-ported from Blockly Games.