diff --git a/next.config.js b/next.config.js index 9ee6d24..ffb6762 100644 --- a/next.config.js +++ b/next.config.js @@ -14,6 +14,8 @@ module.exports = withBundleAnalyzer({ 'abs.twimg.com', 'transitivebullsh.it' ], - formats: ['image/avif', 'image/webp'] + formats: ['image/avif', 'image/webp'], + dangerouslyAllowSVG: true, + contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;" } })