docs: disablewebsecurity on webview-tag can not be changed for an active session (#38373)

disablewebsecurity on webview-tag can not be changed for an active session
This commit is contained in:
Kilian Valkhof 2023-05-22 16:29:41 +02:00 коммит произвёл GitHub
Родитель aebcd3a8c4
Коммит e7b8bb4766
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -184,6 +184,8 @@ page is loaded, use the `setUserAgent` method to change the user agent.
A `boolean`. When this attribute is present the guest page will have web security disabled.
Web security is enabled by default.
This value can only be modified before the first navigation.
### `partition`
```html