docs(docs-infra): allow cors for json files

fixes #64710

(cherry picked from commit f2de963bf3)
This commit is contained in:
Matthieu Riegler 2025-10-28 15:47:01 +01:00 committed by Kristiyan Kostadinov
parent 766559e08c
commit adae565cbf

View file

@ -18,6 +18,19 @@
}
]
},
{
"source": "/angular.dev/assets/others/versions.json",
"headers": [
{
"key": "Cross-Origin-Resource-Policy",
"value": "cross-origin"
},
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
},
{
"source": "/**/*-[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z].*",
"headers": [