Skip to content

Commit

Permalink
Note re proxy.ProxyInfo.proxyAuthorizationHeader HTTP support from 125 (
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Apr 12, 2024
1 parent 99a07ba commit 1678fec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions webextensions/api/proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,26 @@
},
"safari_ios": "mirror"
}
},
"proxyAuthorizationHeader": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "60",
"notes": "Support for HTTP proxies (in addition to HTTPS proxies) added in Firefox 125."
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
}
},
"RequestDetails": {
Expand Down

0 comments on commit 1678fec

Please sign in to comment.