fix: layout shift

This commit is contained in:
Cory Dransfeldt 2024-05-01 20:26:46 -07:00
parent 45ec3aaeb2
commit 56fbb38c9d
No known key found for this signature in database
9 changed files with 24 additions and 24 deletions

View file

@ -30,7 +30,7 @@ package = "/plugins/fetch-scrobbles"
[[headers]]
for = "/media/*"
[headers.values]
Cache-Control = "public, max-age=604800, must-revalidate"
Cache-Control = "public, max-age=15552000, must-revalidate"
[[headers]]
for = "/feeds/posts"
@ -92,10 +92,10 @@ for = "/blogroll.opml"
Content-Disposition = "attachment; filename=cory-dransfeldt-blogroll.opml"
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "upgrade-insecure-requests; block-all-mixed-content;"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "strict-origin-when-cross-origin, no-referrer-when-downgrade"
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"
for = "/*"
[headers.values]
Content-Security-Policy = "upgrade-insecure-requests; block-all-mixed-content;"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "strict-origin-when-cross-origin, no-referrer-when-downgrade"
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"