themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
689 stars 253 forks source link

Prevent setting up a default/known admin user in production deployments. #208

Closed MichelFloyd closed 7 years ago

MichelFloyd commented 7 years ago

Guarded the server startup code from creating a default admin user in production.

MichelFloyd commented 7 years ago

Separately, fixed the issue with fonts not loading by adding a content security policy to browser-policy.js

themeteorchef commented 7 years ago

Thanks for this, Michel. On my list to review/merge on Thursday.