Why is Chrome devtools automatically blocking a request?
05:52 05 Jan 2020

I am trying to build a PWA (Progressive Web App) but the Chrome devtools console is warning that it is blocking my css and icon file.

Request was blocked by DevTools: "https://example.com/styles/style.css".

I cannot find any information about this happening automatically and, to my knowledge, should only happen if the user has manually requested to block a script. Chrome does not offer any other information about the warnings other than being blocked.

json google-chrome google-chrome-devtools progressive-web-apps