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

后端 未结 11 996
别那么骄傲
别那么骄傲 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:49

    For me the error was comming as I had the below line commented in server.js (Express)

    app.use(express.static('../dist/alpha/'));
    

    I don't know why but I uncommented it and everything started working for me.

提交回复
热议问题