test content security policy header modification

This commit is contained in:
Conrad
2021-06-19 11:38:20 -04:00
parent ba04963788
commit 362c605bad
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ export default function handler(
let params: Parameters = req.query;
let userid = req.query.id[0];
res.setHeader("Content-Type", "image/svg+xml; charset=utf-8");
res.setHeader("content-security-policy", "default-src 'none'; style-src 'unsafe-inline'");
axios.get(`https://api.lanyard.rest/v1/users/${userid}`)
.then((response) => {

View File

@@ -51,7 +51,7 @@ const renderCard = (body: LanyardTypes.Root, params: Parameters): any => {
inset: 0;
background-color: #1a1c1f;
color: #fff;
font-family: 'Century Gothic';
font-family: 'Century Gothic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
display: flex;
flex-direction: column;