Commit Graph

9 Commits

Author SHA1 Message Date
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
Martijn Walraven
63454bfe08 Add Access-Control-Allow-Origin header to force-ssl redirect 2016-02-16 19:57:59 +01:00
Emily Stark
c4cd998772 Use Meteor.absoluteUrl() to redirect in force-ssl 2014-05-27 17:32:04 -07:00
yeputons
4facd57f5f #1751: add IPv6 loopback check to force-ssl 2014-01-29 13:52:48 -08:00
David Glasser
053db8e9e9 Begin to refactor webapp package.
Move stuff from __meteor_bootstrap__ to WebApp exported symbol.

Note that the WebApp API continues to be subject to change.
2013-07-02 16:15:12 -07:00
David Glasser
6299f69754 Upgrade Connect to 2.x.
Set $NODE_ENV appropriately (to 'development' in 'meteor run' and 'production'
otherwise) so that connect doesn't send stack traces over the network in
production.
2013-05-28 12:14:11 -07:00
David Glasser
5a5204e3a4 Remove closures around package files. (hint: git blame -w)
The bundler now adds closures around client files and the server adds closures
around server files.
2013-03-19 15:13:53 -07:00
Nick Martin
801626695c Clarify and comment logic around which pages are OK. 2012-06-27 17:35:24 -07:00
Nick Martin
e059442a7f Add package to make app redirect to https. 2012-06-26 15:15:21 -07:00