Compare commits

...

3 Commits

Author SHA1 Message Date
Milos Vetesnik
6dec38f291 fix: testing headers 2024-09-20 15:59:03 +02:00
Milos Vetesnik
448f3723a3 fix: testing headers fix for LP 2024-09-20 15:54:30 +02:00
Milos Vetesnik
fe69b087f6 feat: testing LP 2024-08-09 14:38:48 +02:00

View File

@ -2,7 +2,7 @@
"public": true, "public": true,
"headers": [ "headers": [
{ {
"source": "/(.*)", "source": "/",
"headers": [ "headers": [
{ {
"key": "Access-Control-Allow-Origin", "key": "Access-Control-Allow-Origin",
@ -22,6 +22,27 @@
} }
] ]
}, },
{
"source": "/plus/",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://plus.excalidraw.com"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Feature-Policy",
"value": "*"
},
{
"key": "Referrer-Policy",
"value": "origin"
}
]
},
{ {
"source": "/:file*.woff2", "source": "/:file*.woff2",
"headers": [ "headers": [
@ -49,6 +70,9 @@
] ]
} }
], ],
"rewrites": [
{"source": "/plus/", "destination": "https://plus.excalidraw.com/"}
],
"redirects": [ "redirects": [
{ {
"source": "/webex/:match*", "source": "/webex/:match*",