I want to be able to set some security headers on pages served by the ember app.
alternately… is there any middleware like helmet ( helmet - npm ) I can just drop in?
I’ve googled everything I can think of and have tried all the solutions that were even remotely similar to my situation.
Helmet has been my solution for plain old express apps but I dont see how to use it with Ember. I’ve essentially inherited an Ember codebase as the original developers have been rotated onto other projects. Ember is quite new to me.
Thanks!