aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-27 09:22:59 +0100
committerChocobozzz <me@florianbigard.com>2023-02-27 09:22:59 +0100
commit4765348107ddd21cd2a0b86093859aa2e23ac0f1 (patch)
treec5989241291fbe8c3e2dfd4a3f7dc93c190602dc /config/default.yaml
parent357308ce22e235428ee5c48aaca9308ed194c01a (diff)
downloadPeerTube-4765348107ddd21cd2a0b86093859aa2e23ac0f1.tar.gz
PeerTube-4765348107ddd21cd2a0b86093859aa2e23ac0f1.tar.zst
PeerTube-4765348107ddd21cd2a0b86093859aa2e23ac0f1.zip
Add x-powered-by header
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 d2bfae2aa..7ce345e2d 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -288,6 +288,11 @@ security:
288 frameguard: 288 frameguard:
289 enabled: true 289 enabled: true
290 290
291 # Set x-powered-by HTTP header to "PeerTube"
292 # Can help remote software to know this is a PeerTube instance
293 powered_by_header:
294 enabled: true
295
291tracker: 296tracker:
292 # If you disable the tracker, you disable the P2P on your PeerTube instance 297 # If you disable the tracker, you disable the P2P on your PeerTube instance
293 enabled: true 298 enabled: true