Skip to content
Snippets Groups Projects
Commit a2bf5426 authored by kaniini's avatar kaniini
Browse files

sample config: document how to make CSPPlug send STS headers (off by default...

sample config: document how to make CSPPlug send STS headers (off by default to allow for SSL debugging)
parent 69f5dfcf
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,10 @@ config :pleroma, Pleroma.Repo,
hostname: "localhost",
pool_size: 10
# Enable Strict-Transport-Security once SSL is working:
# config :pleroma, :csp,
# sts: true
# Configure S3 support if desired.
# The public S3 endpoint is different depending on region and provider,
# consult your S3 provider's documentation for details on what to use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment