Security Headers in Ember.js Application

Does anyone know how can I set security headers in an ember.js application with the following response headers?

‘X-XSS-Protection’

‘X-Frame-Options’, ‘deny’

‘X-Content-Type-Options’

‘Content-Security-Policy’

‘Public-Key-Pins’

Hi @Wishwa14, that depends entirely on what webserver you are using. It’s not something Ember itself can control, since Ember doesn’t run on the webserver (unless you’re using Fastboot, in which case you could add headers from inside Ember).