[tor-commits] [Git][tpo/applications/android-components][android-components-63.0.1-10.5-1] 2 commits: fixup! Bug 34439: Isolate Icon loader on Android

Matthew Finkel gitlab at torproject.org
Fri Nov 6 16:39:17 UTC 2020



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/9ad318b2db94400b755e3aa2a504aab2785da00b...73749e43901ddd59aec4ec341e072909e117673f

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/9ad318b2db94400b755e3aa2a504aab2785da00b...73749e43901ddd59aec4ec341e072909e117673f
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20201106/1918c419/attachment.htm>


More information about the tor-commits mailing list