-
Notifications
You must be signed in to change notification settings - Fork 9
Enterprise network informations device posture #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: enterprise-main
Are you sure you want to change the base?
Enterprise network informations device posture #300
Conversation
| _collectDevicePosture() { | ||
| Cc["@mozilla.org/network/network-link-service;1"] | ||
| .createInstance() | ||
| .QueryInterface(Ci.nsINetworkLinkService); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have seen cases locally while hacking where the instance may not be started, but I'm not sure this is required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getServices() in the line below should be enough?
f72fa07 to
54e0723
Compare
54e0723 to
9e16467
Compare
9e16467 to
eded123
Compare
gcp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want a Necko peer to at least briefly look at this?
| _collectDevicePosture() { | ||
| Cc["@mozilla.org/network/network-link-service;1"] | ||
| .createInstance() | ||
| .QueryInterface(Ci.nsINetworkLinkService); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getServices() in the line below should be enough?
Likely, that was my plan before the holidays, but I wanted to clean things first |
c3f3444 to
df9ef7e
Compare
df9ef7e to
9629eac
Compare
No description provided.