Searched refs:isCspBypassing (Results 1 – 4 of 4) sorted by relevance
55 bool isCspBypassing; member
4147 {5, [](const Scheme& scheme) { return scheme.isCspBypassing; }}, in SetCustomizeSchemeOption()4168 {"isCspBypassing", [](Scheme& scheme, bool value) { scheme.isCspBypassing = value; }}, in SetCustomizeScheme()
12306 | isCspBypassing<sup>12+</sup> | boolean | 是 | 是 | 设置了该选项的scheme可以绕过内容安全策略(CSP)检查。在大多数情况下,当设置…
12311 | isCspBypassing<sup>12+</sup> | boolean | Yes | Yes | Whether the scheme can bypass the conten…