Objects blocked but no clear error message in browser console
-
After updating the plugin to ver 1.5.0 certain elements on a page are being blocked (when the CSP is active), but no error message in displayed in the browser console explaining what directive is concerned.
The problem occurs in Firefox 86.0.1, but not in Chrome 89.0.4389.90. In particular, the page should display several background images and some header text, but it does not in Firefox. In Chrome, the page is displayed correctly. Caches are cleared in all cases.
In the Chrome console there are absolutely no messages at all. In the Firefox console, there are various messages, but the only messages relative to CSP are:
Content Security Policy: Couldn’t process unknown directive ‘script-src-elem’ Content Security Policy: Couldn’t process unknown directive ‘style-src-elem’ Content Security Policy: Couldn’t process unknown directive ‘style-src-attr’
The problem is not in the img-src directive
Before upgrading to the current version of the plugin, I did not face this problem. There are no unhandled current violations in the plugin’s list.
I am at a loss to figure out how to diagnose the problem and resolve it.
- The topic ‘Objects blocked but no clear error message in browser console’ is closed to new replies.