Home
last modified time | relevance | path

Searched refs:isCspBypassing (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h55 bool isCspBypassing; member
H A Dnapi_webview_controller.cpp4147 {5, [](const Scheme& scheme) { return scheme.isCspBypassing; }}, in SetCustomizeSchemeOption()
4168 {"isCspBypassing", [](Scheme& scheme, bool value) { scheme.isCspBypassing = value; }}, in SetCustomizeScheme()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md12306 | isCspBypassing<sup>12+</sup> | boolean | 是 | 是 | 设置了该选项的scheme可以绕过内容安全策略(CSP)检查。在大多数情况下,当设置…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md12311 | isCspBypassing<sup>12+</sup> | boolean | Yes | Yes | Whether the scheme can bypass the conten…