mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 03:22:52 +09:00
image以外はproxyしないように (#5051)
This commit is contained in:
parent
1c8c166720
commit
36bd60a0e0
@ -17,6 +17,8 @@ export async function proxyMedia(ctx: Koa.BaseContext) {
|
||||
|
||||
const [type, ext] = await detectMine(path);
|
||||
|
||||
if (!type.startsWith('image/')) throw 403;
|
||||
|
||||
let image: IImage;
|
||||
|
||||
if ('static' in ctx.query && ['image/png', 'image/gif'].includes(type)) {
|
||||
|
Loading…
Reference in New Issue
Block a user