mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "DENY"
|
|
},
|
|
{
|
|
"key": "X-XSS-Protection",
|
|
"value": "1; mode=block"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/schemas/models",
|
|
"destination": "/adapters/models",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/mysql",
|
|
"destination": "/adapters/typeorm/mysql",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/postgres",
|
|
"destination": "/adapters/typeorm/postgres",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/mssql",
|
|
"destination": "/adapters/typeorm/mssql",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/mongodb",
|
|
"destination": "/adapters/typeorm/mongodb",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/schemas/adapters",
|
|
"destination": "/adapters/overview",
|
|
"permanent": true
|
|
}
|
|
]
|
|
}
|