由于某些原因,我们的持续集成测试自2017年7月7日(星期二)起失败。
日志是通过https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#user-content-log-entry-json-object
生成的我用过铬56.0.2924.87-1
ChromeDriver 2.25
[1] => Array
(
[level] => SEVERE
[message] => https://www.sandbox.paypal.com/signin/inject/?stsRedirectUri=https%3A%2F%2Fwww.sandbox.paypal.com%2Fcheckoutnow%2F2&country.x=US&locale.x=en_US&returnUri=https%3A%2F%2Fwww.sandbox.paypal.com%2Fcheckoutnow%2F2&state=%3Fflow%3D1-P%26token%3DEC-5N74679848773161E%26useraction%3Dcommit&flowId=EC-5N74679848773161E&correlationId=c2516170ad8f6&flowContextData=d-T_d1elACFNiXhhfk4mio6Sh6WWFGmbOuXXROs9tP7rjABQARmehjUHUAKHiCRWrplD4ufu0B8WDTklRnEubKC-FY90pbF_e3y0S5fNbCjSjKyO8meAs7IsOC0&rememberMe=true - Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911470
)
[2] => Array
(
[level] => SEVERE
[message] => about:blank - Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911554
)
[3] => Array
(
[level] => SEVERE
[message] => about:blank - Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911554
)
[4] => Array
(
[level] => SEVERE
[message] => https://www.paypalobjects.com/web/res/069/67a0e1f4befbbcfdd8dc1dfb1f35b/js/app.js 47 Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911899
)
[5] => Array
(
[level] => SEVERE
[message] => https://www.paypalobjects.com/web/res/069/67a0e1f4befbbcfdd8dc1dfb1f35b/js/app.js 47 Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911899
)
我可以解决这个问题吗?
答案 0 :(得分:5)
Chrome已在版本56及更新版本
中弃用此CSPhttps://www.chromestatus.com/feature/5769374145183744
由您实际访问的网站正确应用标头,因此您无法通过客户端测试来控制这些内容。
答案 1 :(得分:0)
降级至铬-55.0.2883.87-1(ChromeDriver 2.24 帮帮我