ssrwpo / ssr

SSR - Router with SSR for Node & Meteor
https://ssrwpo.github.io/ssr/
MIT License
93 stars 16 forks source link

Add Configurable browser policy #62

Open toinevk opened 7 years ago

toinevk commented 7 years ago

Add Configurable browser policy & update demo to provide example

PEM-- commented 7 years ago

Thanks @toinevk

Some remarks before I can merge your contribution:

toinevk commented 7 years ago

Thanks @pem-- , hopefully I have addressed your concerns. In terms of your last point, I intentionally left default express call in create router and it will only be overridden if the user choses to pass an helmet object. Hope that makes sense.