FrozenPandaz / ng-universal-demo

171 stars 54 forks source link

security issue with server bundle output #33

Open ghost opened 6 years ago

ghost commented 6 years ago

app.use('/', express.static('dist', {index: false}));

The server bundle is being output to the same directory.