HTTP header improvements (#294)
[akkoma] / config / description.exs
index 287abb747b8bcfb035b89d70f63574c137d917f1..b605bbd194f2ad53a17e50ef75afa125c905aaee 100644 (file)
@@ -1750,14 +1750,7 @@ config :pleroma, :config_description, [
         label: "STS max age",
         type: :integer,
         description: "The maximum age for the Strict-Transport-Security header if sent",
-        suggestions: [31_536_000]
-      },
-      %{
-        key: :ct_max_age,
-        label: "CT max age",
-        type: :integer,
-        description: "The maximum age for the Expect-CT header if sent",
-        suggestions: [2_592_000]
+        suggestions: [63_072_000]
       },
       %{
         key: :referrer_policy,