scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

source code is accessible through server #340

Closed scrom closed 9 years ago

scrom commented 9 years ago

not that there's any issues but it shouldn't be possible to access the server subfolder. might want to move jquery to a "common" folder and lock down "server"

scrom commented 9 years ago

Fixed - moved static file server root to client folder, moved thirdparty folder under client, restructured client folder, moved index.html from project root to client folder. Tested & working on production. Only client source code is now accessible