meteor-factory / meteor-admin-lte

23 stars 34 forks source link

add check for https urls to use absoluteUrl #20

Closed nabiltntn closed 8 years ago

nabiltntn commented 8 years ago

When loading CSS files, Meteor.absolute url returns http urls in https server. We need to add secure option to this method call when we are using https.

nabiltntn commented 8 years ago

closed , #16 is a better solution