Always redirect to https

Change-Id: I6414e14abcba83bd8b9e4612345f8bdbdedbcdf7
diff --git a/fudash/app.yaml b/fudash/app.yaml
index f1f5c2c..22abdb1 100644
--- a/fudash/app.yaml
+++ b/fudash/app.yaml
@@ -13,4 +13,5 @@
   static_files: main.css
   upload: main\.css
 - url: /.*
-  script: main.app
\ No newline at end of file
+  script: main.app
+  secure: always