tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 47eb3572473dfdb826a1b32dc1913b5e37fdf188
parent 5be0dfe31a547aaf8a492927ad1e98fff03340c4
Author: Max Leonard Inden <mail@max-inden.de>
Date:   Tue,  6 Jan 2026 15:18:19 +0000

Bug 2008719 - Add note that MASQUE is experimental r=kershaw,necko-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D277990

Diffstat:
Mnetwerk/base/nsIProtocolProxyService.idl | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/netwerk/base/nsIProtocolProxyService.idl b/netwerk/base/nsIProtocolProxyService.idl @@ -203,6 +203,8 @@ interface nsIProtocolProxyService : nsISupports /** * Creates a new nsIProxyInfo instance for MASQUE proxy. * + * Note: MASQUE support in Firefox is still experimental. You can follow the + * implementation progress via Bug 1978893. */ nsIProxyInfo newMASQUEProxyInfo(in AUTF8String aHost, in long aPort,