Skip to content

Commit

Permalink
Firefox 127 supports dns-prefetch on HTTPS pages (#25694)
Browse files Browse the repository at this point in the history
* Firefox 127 supports `dns-prefetch` on HTTPS pages

* fixup! Firefox 127 supports `dns-prefetch` on HTTPS pages

Co-authored-by: Florian Scholz <[email protected]>

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
caugner and Elchi3 authored Jan 23, 2025
1 parent 8e905a1 commit 6a43ad4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions html/elements/link.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,9 +792,17 @@
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": "3"
},
"firefox": [
{
"version_added": "127"
},
{
"version_added": "3",
"version_removed": "127",
"partial_implementation": true,
"notes": "Only HTTP pages were supported."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand Down

0 comments on commit 6a43ad4

Please sign in to comment.