summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 715a0d0c3..0580be09a 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1749,6 +1749,14 @@ config :pleroma, :config_description, [
type: :string,
description: "Adds the specified URL to report-uri and report-to group in CSP header",
suggestions: ["https://example.com/report-uri"]
+ },
+ %{
+ key: :service_worker_allowed,
+ label: "The Service-Worker-Allowed header",
+ type: :string,
+ description:
+ "Sets the Service-Worker-Allowed header which limits the maximum allowed Service Worker scope",
+ suggestions: ["/"]
}
]
},