Updates CORS origin for snippets. (#39780)

This commit is contained in:
Andrew Brogdon
2019-09-05 16:08:48 -07:00
committed by GitHub
parent 161d2a2730
commit 5400323648

View File

@@ -9,11 +9,11 @@
],
"headers": [
{
"source": "snippets/**",
"source": "snippets/**.dart",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://dartpad.dev"
"value": "*"
}
]
}