ember-fastboot / fastboot-app-server

A production-ready app server for running Ember FastBoot apps
140 stars 74 forks source link

Custom header support #100

Open Redsandro opened 5 years ago

Redsandro commented 5 years ago

Hi there and welcome to my issue. I would like to take this opportunity and highlight the importance of custom header support on the server.

Every now and then there's a good reason. For example, Chromium's mixed content experiment has Chrome and Chromium blocking http media requests on https sites.

In order to disable this non-standard behavior, you need to explain to all your customers that they need to opt-out from this experiment, or simply send a mixed-content: noupgrade header with the html content of your Ember site.

Also #32.

Is this something that can be implemented?