-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Add new connection security fields. #24455
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
Conversation
These fields are newly added in 112. They are marked optional as this API is not versioned. ([bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1804460))
|
Preview URLs
(comment last updated: 2023-02-21 21:44:17) |
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.
That looks fine to me.
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.
Thanks @charlesroper Please find some feedback and could you also add a release note.
files/en-us/mozilla/add-ons/webextensions/api/webrequest/securityinfo/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/api/webrequest/securityinfo/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/api/webrequest/securityinfo/index.md
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/api/webrequest/securityinfo/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: rebloor <git@sherpa.co.nz>
files/en-us/mozilla/add-ons/webextensions/api/webrequest/securityinfo/index.md
Show resolved
Hide resolved
|
@dennisjackson please let me know if you need help adding a release note. I also noticed that we need to update the browser compatibility data, also let me know if I can help with this. |
|
I opened a PR for the compat data (mdn/browser-compat-data#18956) and added a release note. |
Co-authored-by: rebloor <git@sherpa.co.nz>
|
Thanks @dennisjackson |
Description
Add description of new fields on SecurityInfo object which have landed in Firefox Nightly 112.
Motivation
Explain the semantics of the new fields.
Additional details
See 1804460 for further details.