- Zoom abuses the installer flow on MacOS to bypass permissions dialogs (source)
- Zoom sends identifying device info to Facebook, even when users don't have a Facebook account (source) (fixed)
- A bug in Zoom sent identifying information (including email addresses and profile pictures) of thousands of users to strangers (source)
- Zoom claims that meetings are end-to-end encrypted in their white paper and marketing materials, but meetings are only encrypted in transit, and are available in plaintext to Zoom servers and employees. (source)
zoomAutenticationToolcan be used to escalat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # Command-line JSON-LD processor based on PyLD | |
| # | |
| # Copyright © 2021-2022 Pierre-Antoine Champin <pierre-antoine@w3.org> | |
| import argparse | |
| import json | |
| import sys | |
| from urllib.parse import urljoin, urlsplit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set $cursor_size 54 | |
| ``` | |
| # GTK | |
| # This is the only place where you must set GTK scaling | |
| set $gnome-schema org.gnome.desktop.interface | |
| exec_always { | |
| gsettings set $gnome-schema gtk-theme 'Matcha-dark-sea' | |
| gsettings set $gnome-schema icon-theme 'Numix-Square' | |
| gsettings set org.gnome.desktop.interface text-scaling-factor 2.73 |
OlderNewer