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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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