Gentoo Archives: gentoo-user

From: "Holger Hoffstätte" <holger@××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: zoom?
Date: Fri, 27 Mar 2020 11:21:31
Message-Id: b873e357-5508-645d-03bb-ba1bea732781@applied-asynchrony.com
In Reply to: Re: [gentoo-user] zoom? by Michael
1 On 3/27/20 12:36 AM, Michael wrote:
2
3 > More info on the participation Zoom users /enjoy/, whether they like it and
4 > have agreed to it, or not:
5 >
6 > https://www.vice.com/en_us/article/k7e599/zoom-ios-app-sends-data-to-facebook-even-if-you-dont-have-a-facebook-account
7
8 No need to rely on vague reports from third parties, just inspect the binary:
9
10 holger>strings zoom | sort | uniq | grep facebook
11 &redirect_uri=https://www.facebook.com/connect/login_success.html&scope=
12 @chat.facebook.com
13 facebookLogin
14 feature.login.disable.facebook
15 http://graph.facebook.com/
16 http://www.facebook.com/xmpp/messages
17 https://dev.zoom.us/facebook/oauth
18 https://dev.zoom.us/facebook/oauth/client?mode=token
19 https://devfacebook.zoom.us
20 https://facebook.zoom.us
21 https://www.facebook.com/
22 https://www.facebook.com/ZoomInc
23 https://www.facebook.com/logout.php?access_token=
24 https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fzoom.us
25 https://www.facebook.com/v3.2/dialog/oauth
26 https://zoom.us/facebook/oauth
27 https://zoom.us/facebook/oauth/client?mode=token
28 nofacebook
29 slt_facebookUrlChanged
30 user_facebook_login_token
31
32 Someone up for an automated hex editor script to remove this shit?
33 Alternatively I guess the time has come to simply hard-block facebook.com
34 in DNS. This is easy to do with dnsmasq or dnsdist as local
35 proxy/cache/multiplexer.
36
37 -h

Replies

Subject Author
Re: [gentoo-user] Re: zoom? Neil Bothwick <neil@××××××××××.uk>