зеркало из https://github.com/mozilla/gecko-dev.git
changing default value for phishy userpass length from 16 to 1 per discussion in bug 232567, and so that the value used on the trunk matches the value used on the 1.7 branch.
This commit is contained in:
Родитель
bcb4d34f5f
Коммит
65e856be81
|
@ -155,7 +155,7 @@ nsHttpHandler::nsHttpHandler()
|
|||
, mMaxPersistentConnectionsPerProxy(4)
|
||||
, mMaxPipelinedRequests(2)
|
||||
, mRedirectionLimit(10)
|
||||
, mPhishyUserPassLength(16)
|
||||
, mPhishyUserPassLength(1)
|
||||
, mLastUniqueID(NowInSeconds())
|
||||
, mSessionStartTime(0)
|
||||
, mUserAgentIsDirty(PR_TRUE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче