diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-11-11 07:27:36 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-11-11 07:27:36 +0000 |
commit | 5dda13ee5f9302cfef215c8ffaa527e9a572a37b (patch) | |
tree | b66e914d4220d2202f4ec08aaf043178afe5d9b8 | |
parent | 54fdce9107af85321d3ce73ec59a48567dc1bdba (diff) | |
download | pleroma-5dda13ee5f9302cfef215c8ffaa527e9a572a37b.tar.gz |
config docs: typo fix
-rw-r--r-- | config/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.md b/config/config.md index 34f703560..446b0ce67 100644 --- a/config/config.md +++ b/config/config.md @@ -85,4 +85,4 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i * ``enabled``: Whether the managed content security policy is enabled * ``sts``: Whether to additionally send a `Strict-Transport-Security` header * ``sts_max_age``: The maximum age for the `Strict-Transport-Security` header if sent -* ``ct_max_age``: The maximum age for the `Except-CT` header if sent +* ``ct_max_age``: The maximum age for the `Expect-CT` header if sent |