diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/production.yaml.example | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 254fa0c99..e95fa3ec7 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -127,6 +127,9 @@ instance: | |||
127 | robots: | | 127 | robots: | |
128 | User-agent: * | 128 | User-agent: * |
129 | Disallow: '' | 129 | Disallow: '' |
130 | # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string. | ||
131 | securitytxt: | ||
132 | "# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube\nContact: mailto:" | ||
130 | 133 | ||
131 | services: | 134 | services: |
132 | # Cards configuration to format video in Twitter | 135 | # Cards configuration to format video in Twitter |
diff --git a/config/production.yaml.example b/config/production.yaml.example index e33427fae..edc774e6b 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -141,6 +141,9 @@ instance: | |||
141 | robots: | | 141 | robots: | |
142 | User-agent: * | 142 | User-agent: * |
143 | Disallow: '' | 143 | Disallow: '' |
144 | # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string. | ||
145 | securitytxt: | ||
146 | "# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube\nContact: mailto:" | ||
144 | 147 | ||
145 | services: | 148 | services: |
146 | # Cards configuration to format video in Twitter | 149 | # Cards configuration to format video in Twitter |