I’m interested in opinions on whether using Custom Tabs (which in turn use Google’s Safe Browsing) are compatible with maintaining users privacy.
I am the author of the Lexica app. It is a word game, and when a user taps a button to define a word, I use an Intent
to open the users browser to, e.g. wiktionary or other services to view the definition.
I have a PR from a community member adding support for using CustomTabs to open the browser from within the app.
Sounds good to me, but I can see that “Custom Tabs use Google’s Safe Browsing to protect the user…”. I got a bit lost reading about different browser implementations. Firefox seems to regularly update its list of bad pages from Google, rather than proactively send each URL to Google, which I guess is good - good in the sense that using Custom Tabs for firefox users would not be sending URLs visited to Google without their consent. However there does seem to be edge cases where Firefox or others will send a hash of the URL to the safe browsing API to verify it is still on the list.
Does anyone have any thoughts / experience / opinions on this matter?