Files
meteor/packages/force-ssl/force_ssl_both.js
Hugh Willson 987b921f34 Adjusted force-ssl to work with the forwarded header (RFC 7239). (#8440)
* Adjusted force-ssl to work with the forwarded header (RFC 7239).

* Fixed invalid Object.assign call.
2017-03-15 11:47:12 -04:00

2 lines
68 B
JavaScript

Object.assign(Meteor.absoluteUrl.defaultOptions, { secure: true });