summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-07-28 18:14:01 -0700
committerelijah <elijah@riseup.net>2013-07-30 16:44:03 -0700
commitb87bd57ad010ee6f091f77b8b1f653afafc0e4c7 (patch)
treef8288eba588e711a54bec5e7f489fe5e496dbc16 /provider_base
parent7ac64237fcb09893ae36b1b2f278e1474df8c49b (diff)
added webapp.secure flag (turns on secure cookies and HSTS)
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/webapp.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json
index 55331274..ed039b01 100644
--- a/provider_base/services/webapp.json
+++ b/provider_base/services/webapp.json
@@ -13,7 +13,8 @@
"allow_unlimited_certs": "= global.provider.service.allow_unlimited_bandwidth",
"allow_anonymous_certs": "= global.provider.service.allow_anonymous",
"secret_token": "= secret :webapp_secret_token",
- "api_version": 1
+ "api_version": 1,
+ "secure": false
},
"stunnel": {
"couch_client": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.port)"