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

Adding header rule to FB hosting for API docs. (#39345)

parent b7c714e8
......@@ -6,6 +6,17 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "snippets/**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://dartpad.dev"
}
]
}
]
}
}
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