OLD | NEW |
(Empty) | |
| 1 CONSOLE ERROR: line 2: Refused to execute inline event handler because it violat
es 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. |
| 2 |
| 3 CONSOLE ERROR: line 4: Refused to execute inline script because it violates the
following Content Security Policy directive: "script-src 'self'". Either the 'un
safe-inline' keyword, a hash ('sha256-bhHHL3z2vDgxUt0W3dWQOrprscmda2Y5pLsLg4GF+p
I='), or a nonce ('nonce-...') is required to enable inline execution. |
| 4 |
| 5 CONSOLE ERROR: line 5: Refused to execute JavaScript URL because it violates the
following Content Security Policy directive: "script-src 'self'". Either the 'u
nsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is requir
ed to enable inline execution. |
| 6 |
| 7 Button |
| 8 |
| 9 ------- |
| 10 blockedEventHandler |
| 11 Paused at: blockedEventHandler@1 |
| 12 Reason: EventListener; Data: |
| 13 { |
| 14 directiveText : script-src 'self' |
| 15 eventName : instrumentation:scriptBlockedByCSP |
| 16 } |
| 17 |
| 18 ------- |
| 19 blockedScriptInjection |
| 20 Paused at: blockedScriptInjection@3 |
| 21 Reason: EventListener; Data: |
| 22 { |
| 23 directiveText : script-src 'self' |
| 24 eventName : instrumentation:scriptBlockedByCSP |
| 25 } |
| 26 |
| 27 ------- |
| 28 blockedScriptUrl |
| 29 Paused at: blockedScriptUrl@4 |
| 30 Reason: EventListener; Data: |
| 31 { |
| 32 directiveText : script-src 'self' |
| 33 eventName : instrumentation:scriptBlockedByCSP |
| 34 } |
| 35 |
OLD | NEW |