mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 775499 - 0001. WebIDL changes to support subject match setting. r=ehsan, r=mrbkap
This commit is contained in:
parent
88d5c19900
commit
2f6e374a65
@ -55,6 +55,7 @@ dictionary NetworkProperties {
|
||||
DOMString pin;
|
||||
boolean dontConnect;
|
||||
DOMString serverCertificate;
|
||||
DOMString subjectMatch;
|
||||
};
|
||||
|
||||
[Constructor(optional NetworkProperties properties),
|
||||
@ -90,6 +91,7 @@ interface MozWifiNetwork {
|
||||
attribute DOMString? pin;
|
||||
attribute boolean? dontConnect;
|
||||
attribute DOMString? serverCertificate;
|
||||
attribute DOMString? subjectMatch;
|
||||
};
|
||||
|
||||
[JSImplementation="@mozilla.org/mozwificonnection;1",
|
||||
|
Loading…
Reference in New Issue
Block a user