Update CORS origin for html pages

This commit is contained in:
Kilian Schulte 2025-10-31 14:29:19 +01:00
parent 6d6c0bb4db
commit bc446eb371

View File

@ -16,6 +16,15 @@
"value": "*"
}
]
},
{
"source": "**/*.html",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
]
}