mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 17:53:19 +08:00
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "DENY"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "frame-src 'none';"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|