CATALOG.md: Document GCal needs lying about useragent for working notifications (fix #1292)

This commit is contained in:
Ronan Jouchet 2022-01-09 08:42:32 -05:00
parent 25c4da6b4d
commit 8d178b2507
1 changed files with 7 additions and 2 deletions

View File

@ -11,14 +11,19 @@ Below you'll find a list of build commands contributed by the Nativefier communi
## Google apps
(This example documents Google Sheets, but is applicable to other Google apps)
(This example documents Google Sheets, but is applicable to other Google apps,
e.g. Google Calendar)
```sh
nativefier 'https://docs.google.com/spreadsheets' \
--user-agent firefox
```
Note: lying about the User Agent is required, else Google will notice your "Chrome" isn't a real Chrome, and will refuse access.
Note: lying about the User Agent is required, else Google will notice your
"Chrome" isn't a real Chrome, and will:
1. Refuse login
2. Break notifications
## Outlook