-
Couldn't load subscription status.
- Fork 2.4k
Firefox Nightly enabled Sanitizer API #28262
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
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
|
I'll look at other docs changes for this in next release cycle for 146. Currently working through 145. Isn't 145 preview at the moment? |
|
Preview is nightly right? In which case 146 is the latest nightly (per https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/146) |
|
Thanks for doing this. Yes, Nightly is 146. See https://whattrainisitnow.com/. Seems like #26815 already prematurely documented the sanitizer option for setHTMLUnsafe/parseHTMLUnsafe as supported in Firefox preview. |
| }, | ||
| "status": { | ||
| "experimental": false, | ||
| "experimental": true, |
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.
Hopefully #28188 would help us catch these.
| }, | ||
| "status": { | ||
| "experimental": false, | ||
| "experimental": true, |
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.
Same (#28188)
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.
Doh. Thanks.
Summary
Firefox enabled Sanitizer API in nightly
Test results and supporting details
https://bugzilla.mozilla.org/show_bug.cgi?id=1954437
Related issues