←back to thread

I can see your local web servers

(http.jameshfisher.com)
652 points jamesfisher | 2 comments | | HN request time: 0.612s | source
Show context
ludwigvan ◴[] No.20032529[source]
Also if you are a front end developer and are on an insecure WiFi (coworking space or public WiFi) make sure you only bind to localhost.

Otherwise other people on the network can see your frontend code which you are probably compiling with sourcemaps, which will give the attacker almost the complete source code of your SPA.)

replies(1): >>20033370 #
1. miguelmota ◴[] No.20033370[source]
But frontend applications expose mangled javascript which can be reverse engineered anyway
replies(1): >>20034658 #
2. ludwigvan ◴[] No.20034658[source]
It can be done, but it is usually uglified. No need to give the plain source to outsiders.