[tbb-commits] [Git][tpo/applications/android-components][android-components-60.0.5-10.5-1] fixup! Bug 34439: Isolate Icon loader on Android
Matthew Finkel
gitlab at torproject.org
Fri Nov 6 16:40:30 UTC 2020
Matthew Finkel pushed to branch android-components-60.0.5-10.5-1 at The Tor Project / Applications / android-components
Commits:
bff7eca5 by Alex Catarineu at 2020-11-06T16:40:13+00:00
fixup! Bug 34439: Isolate Icon loader on Android
Fixes #40025.
- - - - -
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/-/commit/bff7eca5da02b49d9b658f3ba78473375480c0a1
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/bff7eca5da02b49d9b658f3ba78473375480c0a1
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/tbb-commits/attachments/20201106/2101dcff/attachment.htm>
More information about the tbb-commits
mailing list