Confirmed users
195
edits
(→Issues) |
|||
Line 229: | Line 229: | ||
This lists some reasons for why some parts of the interface look like they do | This lists some reasons for why some parts of the interface look like they do | ||
* nsIChannel as opposed to nsIURI allows inspecting the securityInfo of the channel to determine the quality of the SSL encryption | * nsIChannel as opposed to nsIURI allows inspecting the securityInfo of the channel to determine the quality of the SSL encryption | ||
* Added authenticationScheme (RFC 2617 wording) to nsIAuthInformation to provide more information to the impl (they can always ignore the field if they don't care). this will be basic, digest, etc. |