From 509f26e66141035b40cf0d65ace13c9ee035b30b Mon Sep 17 00:00:00 2001 From: bmenasha Date: Sun, 5 Mar 2017 10:30:14 -0500 Subject: [PATCH] remove "secure: always" the "secure" directive it does nothing in Flexible and it's presence can imply support for this feature. --- flexible/helloworld/src/main/appengine/app.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/flexible/helloworld/src/main/appengine/app.yaml b/flexible/helloworld/src/main/appengine/app.yaml index c5fb6e69481..69a35b4caf3 100644 --- a/flexible/helloworld/src/main/appengine/app.yaml +++ b/flexible/helloworld/src/main/appengine/app.yaml @@ -18,5 +18,4 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [END appyaml]