Skip to content

Commit

Permalink
HSTS set max-age to 31536000
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Mar 5, 2024
1 parent 65b334e commit 7cf21bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
Content-Security-Policy = "form-action https:"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "origin-when-cross-origin"
Strict-Transport-Security = "max-age=2592000"
Strict-Transport-Security = "max-age=31536000"
Permissions-Policy = "vibrate=(), geolocation=(), midi=(), notifications=(), push=(), microphone=(), camera=(), magnetometer=(), gyroscope=(), speaker=()"

0 comments on commit 7cf21bd

Please sign in to comment.