mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01: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:
parent
c95ab9bc94
commit
62a27c1caa
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ final class PhabricatorSecurityConfigOptions
|
|||
"unique to your install. In particular, you will want to do ".
|
||||
"this if you accidentally send a bunch of mail somewhere you ".
|
||||
"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(
|
||||
pht("Determines which URI protocols are auto-linked."))
|
||||
->setDescription(
|
||||
|
|
Loading…
Reference in a new issue