From b1d334f8e9744df614032814338491228086827e Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Sat, 5 Jul 2014 22:52:05 -0700 Subject: [PATCH] Always use SSL. --- app/app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.yaml b/app/app.yaml index bd80a48..5bc3861 100644 --- a/app/app.yaml +++ b/app/app.yaml @@ -8,3 +8,4 @@ handlers: static_dir: static - url: /.* script: _go_app + secure: always