Address some remaining lighthouse report feedback (#205)

* lighthouse improvements

* revert property

* explicit width and height

* missing width and height
This commit is contained in:
Alec
2024-11-12 21:30:13 -05:00
committed by GitHub
parent befbeaa228
commit ad20a291ec
11 changed files with 17 additions and 47 deletions

View File

@@ -95,7 +95,7 @@ const ServerBootstrapper = {
res.setHeader(
'Content-Security-Policy',
"default-src 'self'; font-src 'self' https://fonts.gstatic.com/; img-src 'self' https://img.buymeacoffee.com;" +
" script-src 'self' https://cdnjs.buymeacoffee.com; style-src 'self' https://cdnjs.buymeacoffee.com https://fonts.googleapis.com/ 'nonce-" + nonce + "'; frame-src 'self'"
" script-src 'self'; style-src 'self' https://fonts.googleapis.com/ 'nonce-" + nonce + "'; frame-src 'self'"
);
next();
});