2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-01 20:30:48 +00:00

Improve doc for --internal-urls (PR #833)

This commit is contained in:
Clement Fradet Normand 2019-08-22 21:46:20 +02:00 committed by Ronan Jouchet
parent b4d1ee0d39
commit 99b1808dde

View File

@ -372,6 +372,12 @@ Example:
nativefier https://google.com --internal-urls ".*?\.google\.*?" nativefier https://google.com --internal-urls ".*?\.google\.*?"
``` ```
Or, if you want to allow all domains for example for external auths,
```bash
nativefier https://google.com --internal-urls ".*?"
```
#### [flash] #### [flash]
``` ```