Refused to load the image because it violates the following Content Security Policy directive (favicon)

后端 未结 11 966
别那么骄傲
别那么骄傲 2020-12-09 15:07

When I start the server I get the following error:

Refused to load the image \'http://localhost:4200/favicon.ico\' because it violates the following

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 15:52

    My issue turned out to be that I had done a mass update (we know this is wrong, why do we always do this?) and another library, fuse.js had major breaking changes and broke my app. ng build went fine and ng serve/ionic serve was hiding the real culprit so it took quite a bit of trial and error to figure out.

    Do yourself a favor and don't mass update your package.json

提交回复
热议问题