mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1221103 - Add a comment to nsIChannel::securityInfo noting that this info may appear on non-nsHttpChannels and how that may happen. r=bz IGNORE IDL
This commit is contained in:
parent
3035cf6865
commit
c6fd195898
@ -83,7 +83,16 @@ interface nsIChannel : nsIRequest
|
||||
attribute nsIInterfaceRequestor notificationCallbacks;
|
||||
|
||||
/**
|
||||
* Transport-level security information (if any) corresponding to the channel.
|
||||
* Transport-level security information (if any) corresponding to the
|
||||
* channel.
|
||||
*
|
||||
* NOTE: In some circumstances TLS information is propagated onto
|
||||
* non-nsIHttpChannel objects to indicate that their contents were likely
|
||||
* delivered over TLS all the same. For example, document.open() may
|
||||
* create an nsWyciwygChannel to store the data that will be written to the
|
||||
* document. In that case, if the caller has TLS information, we propagate
|
||||
* that info onto the nsWyciwygChannel given that it is likely that the
|
||||
* caller will be writing data that was delivered over TLS to the document.
|
||||
*/
|
||||
readonly attribute nsISupports securityInfo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user