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:
darin%meer.net 2004-05-08 00:40:03 +00:00
Родитель bcb4d34f5f
Коммит 65e856be81
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -155,7 +155,7 @@ nsHttpHandler::nsHttpHandler()
, mMaxPersistentConnectionsPerProxy(4)
, mMaxPipelinedRequests(2)
, mRedirectionLimit(10)
, mPhishyUserPassLength(16)
, mPhishyUserPassLength(1)
, mLastUniqueID(NowInSeconds())
, mSessionStartTime(0)
, mUserAgentIsDirty(PR_TRUE)