docs: "disablewebsecurity" attribute

This commit is contained in:
Cheng Zhao 2014-12-17 21:34:02 -08:00
Родитель da54ac5f55
Коммит 423d269187
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -112,6 +112,14 @@ after this script has done execution.
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
### `<webview>`.getUrl()