mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
* Adjusted force-ssl to work with the forwarded header (RFC 7239). * Fixed invalid Object.assign call.
2 lines
68 B
JavaScript
2 lines
68 B
JavaScript
Object.assign(Meteor.absoluteUrl.defaultOptions, { secure: true });
|