mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Remove one remaining "differential.anonymous-access"
Fixes T4091. Auditors: btrahan
This commit is contained in:
parent
62794e4494
commit
13514892e2
1 changed files with 0 additions and 5 deletions
|
@ -855,11 +855,6 @@ return array(
|
||||||
// not actually be receiving thorough review.
|
// not actually be receiving thorough review.
|
||||||
'differential.enable-email-accept' => false,
|
'differential.enable-email-accept' => false,
|
||||||
|
|
||||||
// If you set this to true, users won't need to login to view differential
|
|
||||||
// revisions. Anonymous users will have read-only access and won't be able to
|
|
||||||
// interact with the revisions.
|
|
||||||
'differential.anonymous-access' => false,
|
|
||||||
|
|
||||||
// List of file regexps that should be treated as if they are generated by
|
// List of file regexps that should be treated as if they are generated by
|
||||||
// an automatic process, and thus get hidden by default in differential.
|
// an automatic process, and thus get hidden by default in differential.
|
||||||
'differential.generated-paths' => array(
|
'differential.generated-paths' => array(
|
||||||
|
|
Loading…
Reference in a new issue