blob: 9f113bea56703ea9abd800241025c055497cd73f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
CONSOLE ERROR: line 1: Refused to execute JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Tests that pause on exception works for inline script URLs blocked by CSP.
Debugger was enabled.
Script execution paused.
Call stack:
0) testAction (pause-on-blocked-script-url.js:6)
Script execution resumed.
Debugger was disabled.
|