I get this reports when I edit a post and yoast plugin is active:
Chrome:
[Report Only] Refused to create a worker from 'http://example.test/wp-content/plugins/wordpress-seo/js/dist/wp-seo-analysis-worker-810.min.js' because it violates the following Content Security Policy directive: "worker-src 'none'".
Firefox:
Content Security Policy: Die Bericht-URI (about:blank) sollte eine HTTP- oder HTTPS-URI sein.
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://example.test/wp-content/plugins/wordpress-seo/js/dist/wp-seo-analysis-worker-810.min.js festgestellt ("worker-src"). Ein CSP-Bericht wird gesendet.
Is this a bug or can I ignore this message? Local issue only?
XAMPP with local environment
WordPress: 4.9.8
YOAST: 8.1
PHP: 7.2
Which editor is affected
[x] Classic Editor
Which browser is affected (or browsers):
[x] Firefox
Tested with theme / plugins:
[x] Twenty Seventeen and no other plugins as yoast
You should be able to fix this by changing the worker-src directive to your own URL.
It is a problem with uMatrix. It sets worker-src on 'none' and shows a report for all worker threads in the console.
See in uMatrix Thread on GitHub: Disabling filtering still applies CSP policy
Most helpful comment
It is a problem with uMatrix. It sets worker-src on 'none' and shows a report for all worker threads in the console.
See in uMatrix Thread on GitHub: Disabling filtering still applies CSP policy