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

This commit is contained in:
Andrew Brogdon
2019-08-28 10:21:15 -07:00
committed by GitHub
parent b7c714e84c
commit aff16348e7

View File

@@ -6,6 +6,17 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "snippets/**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://dartpad.dev"
}
]
}
]
}
}