mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-10-31 18:52:30 +00:00
CATALOG.md: Document GCal needs lying about useragent for working notifications (fix #1292)
This commit is contained in:
parent
25c4da6b4d
commit
8d178b2507
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user