
Matthew Finkel pushed to branch android-components-63.0.1-10.5-1 at The Tor Project / Applications / android-components Commits: 75eefd87 by Alex Catarineu at 2020-11-06T14:59:53+01:00 fixup! Bug 34439: Isolate Icon loader on Android Fixes #40025. - - - - - 73749e43 by Matthew Finkel at 2020-11-06T16:38:41+00:00 Merge remote-tracking branch 'acatgl/40025' into android-components-63.0.1-10.5-1 - - - - - 1 changed file: - components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/fetch/GeckoViewFetchClient.kt Changes: ===================================== components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/fetch/GeckoViewFetchClient.kt ===================================== @@ -80,6 +80,7 @@ private fun Request.toWebRequest(): WebRequest = WebRequest.Builder(url) .addHeadersFrom(this) .addBodyFrom(this) .cacheMode(if (useCaches) CACHE_MODE_DEFAULT else CACHE_MODE_RELOAD) + .origin(origin) .build() private fun WebRequest.Builder.addHeadersFrom(request: Request): WebRequest.Builder { View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Matthew Finkel