Loading services/settings/Utils.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,9 @@ export var Utils = { log, get shouldSkipRemoteActivity() { if (AppConstants.BASE_BROWSER_VERSION) { return true; } if ( (lazy.isRunningTests || Cu.isInAutomation) && this.SERVER_URL == "data:,#remote-settings-dummy/v1" Loading third_party/application-services/components/viaduct/src/lib.rs +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ impl Request { } pub fn send(self) -> Result<Response, ViaductError> { crate::backend::send(self) // tor-browser#44576: Force an error as a defense-in-depth. Err(ViaductError::NetworkError("Viaduct requests are disabled.".into())) } /// Alias for `Request::new(Method::Get, url)`, for convenience. Loading Loading
services/settings/Utils.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,9 @@ export var Utils = { log, get shouldSkipRemoteActivity() { if (AppConstants.BASE_BROWSER_VERSION) { return true; } if ( (lazy.isRunningTests || Cu.isInAutomation) && this.SERVER_URL == "data:,#remote-settings-dummy/v1" Loading
third_party/application-services/components/viaduct/src/lib.rs +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ impl Request { } pub fn send(self) -> Result<Response, ViaductError> { crate::backend::send(self) // tor-browser#44576: Force an error as a defense-in-depth. Err(ViaductError::NetworkError("Viaduct requests are disabled.".into())) } /// Alias for `Request::new(Method::Get, url)`, for convenience. Loading