From 5a616cab7aace5a46791e45e1810fb572569de8a Mon Sep 17 00:00:00 2001 From: tico88612 <17496418+tico88612@users.noreply.github.com> Date: Thu, 24 Jun 2021 13:57:09 +0800 Subject: [PATCH] Fixed README.md Typo --- charts/codimd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/codimd/README.md b/charts/codimd/README.md index 27157ac..ccff37d 100644 --- a/charts/codimd/README.md +++ b/charts/codimd/README.md @@ -119,7 +119,7 @@ If you want use ingress, please set `service.type` to be `ClusterIP` | codimd.security.useCDN | Whether CodiMD would use static assets served on CDN | `false` | | codimd.security.sessionSecret | The secret string to sign session, please must change this value | `changeit` | | codimd.security.sessionLife | The time to expire for session | `1209600000` | -| codimd.security.hstsEnabled | Whether HTST is enabled or not | `true` | +| codimd.security.hstsEnabled | Whether HSTS is enabled or not | `true` | | codimd.security.hstsMaxAge | | `31536000` | | codimd.security.hstsIncludeSubdomain | | `false` | | codimd.security.hstsPreload | | `true` |