aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index f9b6c50a3..281cc0577 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -153,6 +153,11 @@ csp:
153 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk! 153 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk!
154 report_uri: 154 report_uri:
155 155
156security:
157 # Set the X-Frame-Options header to help to mitigate clickjacking attacks
158 frameguard:
159 enabled: true
160
156tracker: 161tracker:
157 # If you disable the tracker, you disable the P2P aspect of PeerTube 162 # If you disable the tracker, you disable the P2P aspect of PeerTube
158 enabled: true 163 enabled: true