You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect Content-Security-Policy header to be only be present once. But it's present twice.
Please note that I see the same for X-Powered-By: Express header, which is added by Express automatically regardless of my usage of FastBoot App Server.
A header added in a before middleware is added twice to the response.
Steps to reproduce:
ember-cli-fastboot
andfastboot-app-server
.server.js
.node server.js
.I expect
Content-Security-Policy
header to be only be present once. But it's present twice.Please note that I see the same for
X-Powered-By: Express
header, which is added by Express automatically regardless of my usage of FastBoot App Server.A repository with the reproduction steps applied can be found here: https://github.com/jelhan/test-fastboot-with-header
The text was updated successfully, but these errors were encountered: