This commit is contained in:
callumok2004
2021-06-21 03:56:23 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ export default async function handler(
userid = req.query.id[0],
lanyardData: any;
res.setHeader("Content-Type", "image/svg+xml; charset=utf-8");
res.setHeader("content-security-policy", "default-src 'none'; img-src * data:; style-src 'unsafe-inline'");