javascript not working on build report page
Something seems off with the javascript on the container build report site. None of the buttons (copy-code and download) do anything.
The browser console shows:
```
bd-e48b144fc172b2ca_2:203
Executing inline event handler violates the following Content Security Policy directive 'default-src 'self''.
Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.
Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked.
bd-e48b144fc172b2ca_2:233
Executing inline event handler violates the following Content Security Policy directive 'default-src 'self''. Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.
Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked.
bd-e48b144fc172b2ca_2:238
Executing inline event handler violates the following Content Security Policy directive 'default-src 'self''.
Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.
Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked.
```
关闭于 2026-01-26 3 条评论