Unverified Commit 54003236 authored by Andrew Brogdon's avatar Andrew Brogdon Committed by GitHub

Updates CORS origin for snippets. (#39780)

parent 161d2a27
......@@ -9,11 +9,11 @@
],
"headers": [
{
"source": "snippets/**",
"source": "snippets/**.dart",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://dartpad.dev"
"value": "*"
}
]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment