Helmet wrecked all versions of my app (even those not using helmet)

49 Views Asked by At

I am following a full stack web developer course on Udemy, building a webapp using Node and Express. After each section, I save a version of what I just completed, so I'll have a working version of the app to fall back on in case I screw something up in the next section. When I tried to use helmet I couldn't get it to work - it blocked everything (scripts, cdns, etc.). So I changed the code, eliminating the use of helmet. However, everything was still blocked. I went back to previous "helmetless" versions that worked before the introduction of helmet. But those are blocked, too! What could be causing this to happen?

0

There are 0 best solutions below