FCCAmsterdam / auth_exercise

A quick template of different logins and authorization models, with expressJS and mongoDB
2 stars 0 forks source link

Protection from unwanted content #6

Open evaristoc opened 6 years ago

evaristoc commented 6 years ago

Based on https://www.twilio.com/blog/2017/11/securing-your-express-app.html

It will be recommended to install some level of protection. The reference recommend to automate it by using express-csp-header

TASK: