From df182b373fc49f20188d531494e1bff1a9ad247e Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 18 Sep 2018 11:18:51 +0200 Subject: normalize robot.txt and specify test servers as scope of security audits --- config/production.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index ca7b936c2..f9557b8eb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -156,7 +156,7 @@ instance: # Robot.txt rules. To disallow robots to crawl your instance and disallow indexation of your site, add '/' to "Disallow:' robots: | User-agent: * - Disallow: '' + Disallow: # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string. securitytxt: "# 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:" -- cgit v1.2.3