1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix uri.allowed-protocols default value

Summary: Fixes T2392.

Test Plan: grepped for others, this is the only `set` with non-array default

Reviewers: chad, starruler

Reviewed By: starruler

CC: aran

Maniphest Tasks: T2392

Differential Revision: https://secure.phabricator.com/D4611
This commit is contained in:
epriestley 2013-01-23 18:40:19 -08:00
parent c95ab9bc94
commit 62a27c1caa

View file

@ -108,7 +108,7 @@ final class PhabricatorSecurityConfigOptions
"unique to your install. In particular, you will want to do ". "unique to your install. In particular, you will want to do ".
"this if you accidentally send a bunch of mail somewhere you ". "this if you accidentally send a bunch of mail somewhere you ".
"shouldn't have, to invalidate all old reply-to addresses.")), "shouldn't have, to invalidate all old reply-to addresses.")),
$this->newOption('uri.allowed-protocols', 'set', null) $this->newOption('uri.allowed-protocols', 'set', array())
->setSummary( ->setSummary(
pht("Determines which URI protocols are auto-linked.")) pht("Determines which URI protocols are auto-linked."))
->setDescription( ->setDescription(