update webFrame.registerURLSchemeAsPrivileged docs to be more specific
This commit is contained in:
parent
a5c62bb264
commit
0345b62369
1 changed files with 5 additions and 5 deletions
|
@ -87,11 +87,11 @@ Content Security Policy.
|
||||||
|
|
||||||
* `scheme` String
|
* `scheme` String
|
||||||
* `options` Object (optional)
|
* `options` Object (optional)
|
||||||
* `secure` Default true.
|
* `secure` (optional) Default true.
|
||||||
* `bypassCSP` Default true.
|
* `bypassCSP` (optional) Default true.
|
||||||
* `allowServiceWorkers` Default true.
|
* `allowServiceWorkers` (optional) Default true.
|
||||||
* `supportFetchAPI` Default true.
|
* `supportFetchAPI` (optional) Default true.
|
||||||
* `corsEnabled` Default true.
|
* `corsEnabled` (optional) Default true.
|
||||||
|
|
||||||
Registers the `scheme` as secure, bypasses content security policy for resources,
|
Registers the `scheme` as secure, bypasses content security policy for resources,
|
||||||
allows registering ServiceWorker and supports fetch API.
|
allows registering ServiceWorker and supports fetch API.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue