Page MenuHomePhabricator

KaiOS Wikipedia App violates user privacy by loading data from third-party websites
Closed, DuplicatePublic

Description

src/components/Settings.js lists { title: i18n.i18n('settings-privacy'), link: 'https://foundation.m.wikimedia.org/wiki/Privacy_policy' }
(side note: could be https://foundation.m.wikimedia.org/wiki/Special:MyLanguage/Privacy_policy instead?), however the codebase loads (partially unencrypted) data from third-party websites such as

  • http[s]://ajax.googleapis.com
  • https://chart.googleapis.com/
  • http[s]://fonts.googleapis.com/
  • https://fonts.gstatic.com/

Related Objects

Event Timeline

Hi @Aklapper Thanks for raising the issue.

We do aware of this and the external download code will be removed in this ticket T245746: Font in Device

@hueitan: Ah, thanks! If T245746 will remove all the calls to all the domains listed in the description here, then please feel free to Edit Related Tasks...Close As Duplicate in the upper right corner. Thanks!