diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-27 09:22:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-27 09:22:59 +0100 |
commit | 4765348107ddd21cd2a0b86093859aa2e23ac0f1 (patch) | |
tree | c5989241291fbe8c3e2dfd4a3f7dc93c190602dc /config/default.yaml | |
parent | 357308ce22e235428ee5c48aaca9308ed194c01a (diff) | |
download | PeerTube-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.yaml | 5 |
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 | |||
291 | tracker: | 296 | tracker: |
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 |