LetsLunch / lunch

Other
38 stars 3 forks source link

don't hardcode protocols in URLs #65

Closed cameron closed 10 years ago

cameron commented 10 years ago

https://github.com/LetsLunch/lunch/blob/development/app/scripts/app.js#L10

instead of http://127..., use //127.... there are browser security policies you will run afoul of if you don't when you start serving your pages from https, and your code will Just Not Work. read about the mixed content policies here

zzmp commented 10 years ago

I can take this one as well - configuration and README work go hand in hand.