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
1 changed files with 6 additions and 0 deletions

View File

@ -372,6 +372,12 @@ Example:
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]
```