MoMadenU / msfs2020-skyvector

MSFS 2020 Moving Map for SkyVector
MIT License
14 stars 5 forks source link

Issue with Chrome extension #4

Open dvhowell1106 opened 6 months ago

dvhowell1106 commented 6 months ago

All of a sudden I get errors in the Chrome extension concerning "manifest 2" being deprecated. Knowing a little about json, I edited the manifest.json file locally to change the 2 to a 3 and changed the "browser_action" key to just "action" and then I get...

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

This is above my pay grade. Can't use util until this is remedied.

Thanks.