diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-18 10:35:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-18 10:35:45 +0200 |
commit | 822872aacdd763988cb9e81cdcc3576178993b74 (patch) | |
tree | 6d44cda8ce24120f50cc98405acd5fdc0e9a88ef /config | |
parent | 3ff44b67eaf8e2cae2cee1880dab3217e339a8e1 (diff) | |
download | PeerTube-822872aacdd763988cb9e81cdcc3576178993b74.tar.gz PeerTube-822872aacdd763988cb9e81cdcc3576178993b74.tar.zst PeerTube-822872aacdd763988cb9e81cdcc3576178993b74.zip |
Don't display admin email in security.txt
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 5 | ||||
-rw-r--r-- | config/production.yaml.example | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/config/default.yaml b/config/default.yaml index fcd634d1d..2a0b0fb1c 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -760,8 +760,9 @@ instance: | |||
760 | Disallow: | 760 | Disallow: |
761 | # /.well-known/security.txt rules. This endpoint is cached, so you may have to wait a few hours before viewing your changes | 761 | # /.well-known/security.txt rules. This endpoint is cached, so you may have to wait a few hours before viewing your changes |
762 | # To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string | 762 | # To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string |
763 | securitytxt: | 763 | securitytxt: | |
764 | '# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md\nContact: mailto:' | 764 | Contact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md |
765 | Expires: 2025-12-31T11:00:00.000Z' | ||
765 | 766 | ||
766 | services: | 767 | services: |
767 | # Cards configuration to format video in Twitter | 768 | # Cards configuration to format video in Twitter |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 2ec7c3fca..5a7f378c4 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -770,8 +770,9 @@ instance: | |||
770 | Disallow: | 770 | Disallow: |
771 | # /.well-known/security.txt rules. This endpoint is cached, so you may have to wait a few hours before viewing your changes | 771 | # /.well-known/security.txt rules. This endpoint is cached, so you may have to wait a few hours before viewing your changes |
772 | # To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string | 772 | # To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string |
773 | securitytxt: | 773 | securitytxt: | |
774 | '# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md\nContact: mailto:' | 774 | Contact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md |
775 | Expires: 2025-12-31T11:00:00.000Z' | ||
775 | 776 | ||
776 | services: | 777 | services: |
777 | # Cards configuration to format video in Twitter | 778 | # Cards configuration to format video in Twitter |