CSP errors with moz-extensions

I have CSP errors with moz-extensions when adding a whitelist to my site - dark reader is mentioned in these errors. These type of CSP errors don’t occur in chromium, i’m wondering if there is a policy I can add to resolve these errors.

Example error text:

Content Security Policy: The page’s settings observed the loading of a resource at inline (“script-src”). A CSP report is being sent. Source: (function injectProxy(enableStyleSheetsProxy) {

    document.dispatchEvent(new CustomEvent('__darkreader__inlineScriptsAllowed'));
...

I have ‘self’ and ‘unsafe-inline’ policies whitelisted in default-src

The quoted text doesn’t mention the script being blocked. Could it correspond to Content-Security-Policy-Report-Only header?

Can you post a list of Firefox add-ons you have installed?
Edit: I think someone should close this post. It’s been 9 months.