rorvswild icon indicating copy to clipboard operation
rorvswild copied to clipboard

Always expanded when trying to view good_job/jobs

Open petebytes opened this issue 3 years ago • 1 comments

Using good_job https://github.com/bensheldon/good_job the History is always expanded (close button does not work) This prevents viewing the good_job UI.

The error is Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' 'nonce-###=='". 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.

petebytes avatar Dec 25 '22 17:12 petebytes

Thanks for the report. I pushed a fix you can get while a new version is released :

gem "rorvswild", git: "https://github.com/BaseSecrete/rorvswild.git", ref: "c92fe10b3b05997ad4543eb2321e9e7565024685"

alexisbernard avatar Dec 29 '22 16:12 alexisbernard