aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-12 15:33:54 +0200
committerChocobozzz <me@florianbigard.com>2021-04-12 15:33:54 +0200
commit8155db669baff9aac5617a7aaf68dd35823ed7c9 (patch)
tree9a7575cd5d6bc9f4905d02c4a9aedd603ec2ec83 /config/production.yaml.example
parentc24822a8fdbc0647aa983fe7d784864ec3b9b854 (diff)
downloadPeerTube-8155db669baff9aac5617a7aaf68dd35823ed7c9.tar.gz
PeerTube-8155db669baff9aac5617a7aaf68dd35823ed7c9.tar.zst
PeerTube-8155db669baff9aac5617a7aaf68dd35823ed7c9.zip
Dissociate frameguard from csp
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index f2e75af32..fed6b45ca 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -151,6 +151,11 @@ csp:
151 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk! 151 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk!
152 report_uri: 152 report_uri:
153 153
154security:
155 # Set the X-Frame-Options header to help to mitigate clickjacking attacks
156 frameguard:
157 enabled: true
158
154tracker: 159tracker:
155 # If you disable the tracker, you disable the P2P aspect of PeerTube 160 # If you disable the tracker, you disable the P2P aspect of PeerTube
156 enabled: true 161 enabled: true