mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
516e7656f3
* feat: Add rewrite to webex landing page * blacklist webex url * dont cache webex * Unregister sw for webex * fix * fix * reload in callback Co-authored-by: dwelle <luzar.david@gmail.com>
33 lines
590 B
JSON
33 lines
590 B
JSON
{
|
|
"public": true,
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "Feature-Policy",
|
|
"value": "*"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "origin"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/webex/:match*",
|
|
"destination": "https://excalidraw-webex-lp.vercel.app/:match*"
|
|
}
|
|
]
|
|
}
|