fix: layout shift
This commit is contained in:
parent
45ec3aaeb2
commit
56fbb38c9d
9 changed files with 24 additions and 24 deletions
16
netlify.toml
16
netlify.toml
|
@ -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=()"
|
||||
|
|
Reference in a new issue