Add extension API support for masque proxy
Categories
(WebExtensions :: Request Handling, enhancement, P3)
Tracking
(firefox145 fixed)
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
(Keywords: dev-doc-needed, Whiteboard: [necko-triaged])
Attachments
(1 file)
The webextension proxy api currently supports HTTP/S or SOCKS proxies.
The new MASQUE connect-udp proxies are similar to HTTPS proxies, but the proxyInfo needs to contain the pathTemplate.
This bug covers the webextension API + tests
| Assignee | ||
Comment 1•1 month ago
|
||
Comment 2•1 month ago
|
||
(moving to WebExtensions component for better visibility; the meta bug already tracks the work at the Networking level)
Comment 5•20 days ago
|
||
Backed out for causing failures at test_ext_proxy_http3.js.
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/8cc81c28ff3e5aecf7ad41912e1bf9ba6121516a
Push where failures started: https://treeherder.mozilla.org/jobs?repo=autoland&selectedTaskRun=UhWPn8RUSl-6QWoST3eCGQ.0&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=88d6b94b45209be520e79ec7fca01dffd8e2cf82&searchStr=xpc
Failure log: https://treeherder.mozilla.org/logviewer?job_id=530448707&repo=autoland&task=UhWPn8RUSl-6QWoST3eCGQ.0&lineNumber=3790
Comment 7•18 days ago
|
||
| bugherder | ||
| Assignee | ||
Updated•18 days ago
|
Documentation updates available in:
- (MDN) Bug 1988988 proxy API support for masque #41563
- c(BCD) Bug 1988988 support for masque in proxy API #28213
Description
•