Update ConfigCommand to allow setting of htaccess-protect option
parent
6b806d3afd
commit
afe83a7356
|
@ -402,6 +402,7 @@ EOT
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
'github-expose-hostname' => array($booleanValidator, $booleanNormalizer),
|
'github-expose-hostname' => array($booleanValidator, $booleanNormalizer),
|
||||||
|
'htaccess-protect' => array($booleanValidator, $booleanNormalizer),
|
||||||
);
|
);
|
||||||
$multiConfigValues = array(
|
$multiConfigValues = array(
|
||||||
'github-protocols' => array(
|
'github-protocols' => array(
|
||||||
|
|
Loading…
Reference in New Issue