Move more things to the ui folder

This commit is contained in:
Ingvar Stepanyan
2021-11-30 19:15:29 +00:00
parent 85b8cc8546
commit b682303c75
3 changed files with 3 additions and 3 deletions

17
ui/serve.json Normal file
View File

@@ -0,0 +1,17 @@
{
"headers": [
{
"source": "**/*",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
]
}