Skip to content

Commit

Permalink
fix: deployment and avatar (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
pumpi authored Mar 9, 2024
1 parent c6cadcf commit 538fcf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"yup": "1.3.3"
},
"devDependencies": {
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/fa6-regular": "1.1.18",
"@iconify-json/fa6-solid": "1.1.20",
"@iconify-json/ic": "1.1.17",
Expand Down
9 changes: 9 additions & 0 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/public/_headers
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
Content-Security-Policy: default-src 'self'; img-src 'self' t2.gstatic.com seccdn.libravatar.org; frame-src 'none'; upgrade-insecure-requests; block-all-mixed-content; disown-opener
Content-Security-Policy: default-src 'self'; img-src 'self' t2.gstatic.com api.dicebear.com; frame-src 'none'; upgrade-insecure-requests; block-all-mixed-content; disown-opener
Strict-Transport-Security: max-age=31536000;

0 comments on commit 538fcf8

Please sign in to comment.