fix(storage): add X-Content-Type-Options: nosniff to evidence serve route
This commit is contained in:
@@ -80,6 +80,7 @@ export async function GET(
|
||||
'Content-Length': String(stat.size),
|
||||
'Cache-Control': 'private, max-age=3600',
|
||||
'Content-Disposition': 'inline',
|
||||
'X-Content-Type-Options': 'nosniff',
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user