CDLUC3 / dmsp_backend_prototype

The GraphQL (Apollo server) backend for the new DMSP system
0 stars 0 forks source link

Add Security HTTP Headers #39

Open jupiter007 opened 1 week ago

jupiter007 commented 1 week ago

We should probably add some security HTTP Headers, like X-Content-Type-Options, and X-Frame-Options.

There is a package called helmet that we could consider using . Here is some info on it: https://blog.logrocket.com/using-helmet-node-js-secure-application/