2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-05-31 20:00:48 +00:00

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

View File

@ -11,14 +11,19 @@ Below you'll find a list of build commands contributed by the Nativefier communi
## Google apps ## 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 ```sh
nativefier 'https://docs.google.com/spreadsheets' \ nativefier 'https://docs.google.com/spreadsheets' \
--user-agent firefox --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 ## Outlook