Ruby version: 3.2.8
Rails version: 6.1.7
Sidekiq Enterprise version(s): 7.3.4
When i open the sidekiq web ui /sidekiq/failures, csp errors occurred:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'nonce-lXMzrJUh3HIxIG/WZMx3SQ=='". Either the 'unsafe-inline' keyword, a hash ('sha256-w9/6+fNkxBwDWqncpvlX63fE2I2cyGU8hwZM3MHAFpo='), or a nonce ('nonce-...') is required to enable inline execution.
But the rails CSP is disabled in config/initializers/content_security_policy.rb(all configurations are commented). Is way anyway to fix it?