diff options
author | Austin Heap <me@austinheap.com> | 2018-09-06 05:23:46 -0700 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-09-06 14:23:46 +0200 |
commit | 5447516b9a87725a6f8c55ec7e4ea1c1be839ee6 (patch) | |
tree | bb73829e0b2c179e717ff491c75d074ed38bb0e5 /server/initializers/checker.ts | |
parent | 35c29307767ac773eaab5054071c7df0555effcb (diff) | |
download | PeerTube-5447516b9a87725a6f8c55ec7e4ea1c1be839ee6.tar.gz PeerTube-5447516b9a87725a6f8c55ec7e4ea1c1be839ee6.tar.zst PeerTube-5447516b9a87725a6f8c55ec7e4ea1c1be839ee6.zip |
draft "security.txt" spec integration (#1020)
Diffstat (limited to 'server/initializers/checker.ts')
-rw-r--r-- | server/initializers/checker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/checker.ts b/server/initializers/checker.ts index 3cc6268cf..9dd104035 100644 --- a/server/initializers/checker.ts +++ b/server/initializers/checker.ts | |||
@@ -55,7 +55,7 @@ function checkMissedConfig () { | |||
55 | 'import.videos.http.enabled', 'import.videos.torrent.enabled', | 55 | 'import.videos.http.enabled', 'import.videos.torrent.enabled', |
56 | 'trending.videos.interval_days', | 56 | 'trending.videos.interval_days', |
57 | 'instance.name', 'instance.short_description', 'instance.description', 'instance.terms', 'instance.default_client_route', | 57 | 'instance.name', 'instance.short_description', 'instance.description', 'instance.terms', 'instance.default_client_route', |
58 | 'instance.default_nsfw_policy', 'instance.robots', | 58 | 'instance.default_nsfw_policy', 'instance.robots', 'instance.securitytxt', |
59 | 'services.twitter.username', 'services.twitter.whitelisted' | 59 | 'services.twitter.username', 'services.twitter.whitelisted' |
60 | ] | 60 | ] |
61 | const requiredAlternatives = [ | 61 | const requiredAlternatives = [ |