docs: "disablewebsecurity" attribute
This commit is contained in:
parent
da54ac5f55
commit
423d269187
1 changed files with 8 additions and 0 deletions
|
@ -112,6 +112,14 @@ after this script has done execution.
|
||||||
|
|
||||||
Sets the referrer URL for the guest page.
|
Sets the referrer URL for the guest page.
|
||||||
|
|
||||||
|
### disablewebsecurity
|
||||||
|
|
||||||
|
```html
|
||||||
|
<webview src="https://www.github.com/" disablewebsecurity></webview>
|
||||||
|
```
|
||||||
|
|
||||||
|
If "on", the guest page will have web security disabled.
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
### `<webview>`.getUrl()
|
### `<webview>`.getUrl()
|
||||||
|
|
Loading…
Reference in a new issue