I was using Chrome developer tools to debug an issue with a website, and I noticed that for every website I visit, this Console error shows at least once:

utils.js:3474 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules'". Either the 'unsafe-inline' keyword, a hash ('sha256-lr7yBeMxuhPGBcG1D4v/KX2hae9FXooEYNrKFrADj2E='), or a nonce ('nonce-...') is required to enable inline execution.

I assume this is caused by a Chrome extension. Is there an easy way to identity which Chrome extension is causing this error?

When I click on the "utils.js" file it contains this gibberish comment at the top, which is probably a clue, although I cannot find anything via a google search:

// This script contains a badly-organised collection of miscellaneous
// functions that really better homes.
0

There are 0 best solutions below