Releases: 4cm4k1/personal-website
Releases · 4cm4k1/personal-website
v0.9.3
- Simplifies Content Security Policy (CSP) headers in
now.json
to usedefault-src
directive with just'self'
,webpack:
, hostnames (e.g.*.gstatic.com
), andupgrade-insecure-requests
directive (note: for better security, change'unsafe-inline'
to'strict-dynamic'
as soon as vercel/next.js#4943 lands) - Upgrades dependencies to latest versions
v0.9.2
- Reimplements
next-offline
, sansstatic/**/*
assets, which will be cached at runtime (see discussion)