Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
always secure for companion site
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Nov 2, 2016
1 parent ef67f39 commit 4110595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion companion-site/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# [START app_yaml]
runtime: nodejs
vm: true
- url: .*
handlers:
- url: /.*
script: IGNORED
secure: always
# [END app_yaml]

0 comments on commit 4110595

Please sign in to comment.