Bug 1853203 - Allow non-ASCII string in username/password of proxy info. r=necko-reviewers,valentin

Differential Revision: https://phabricator.services.mozilla.com/D188272
This commit is contained in:
jackyzy823 2023-09-15 11:22:13 +00:00
parent 4f570c4632
commit b7ee6e1e72

View File

@ -193,7 +193,7 @@ interface nsIProtocolProxyService : nsISupports
*/
nsIProxyInfo newProxyInfoWithAuth(in ACString aType, in AUTF8String aHost,
in long aPort,
in ACString aUsername, in ACString aPassword,
in AUTF8String aUsername, in AUTF8String aPassword,
in ACString aProxyAuthorizationHeader,
in ACString aConnectionIsolationKey,
in unsigned long aFlags,