You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a problem on sidekiq statuses page with not working statuses and per page filters and browser throws console errors:
Refused to execute a script because its hash, its nonce, or 'unsafe-inline' does not appear in the script-src directive of the Content Security Policy.
Refused to execute a script for an inline event handler because 'unsafe-inline' does not appear in the script-src directive of the Content Security Policy.
All works fine in past years, I do not know if its stop working after rails update or other gems updates or new browsers CSP rescrictions.
Thanks for help.
The text was updated successfully, but these errors were encountered:
I took a look at the code related to this. There's a script tag inside statuses.erb that we need to remove and move to its own file. However, attempting to do this, I'm not entirely sure how we can add additional javascript files into Sidekiq's static routes.
Gem version: 3.0.3
sidekiq version: 7.2.1
rails version: 7.1.3
Hi, I have a problem on sidekiq statuses page with not working statuses and per page filters and browser throws console errors:
All works fine in past years, I do not know if its stop working after rails update or other gems updates or new browsers CSP rescrictions.
Thanks for help.
The text was updated successfully, but these errors were encountered: