From 973b0bd6d71e95a2bd3d96e6d08e9822d3f48580 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 21 Oct 2014 09:21:21 +0300 Subject: [PATCH] Add requires-secure to keter file --- yesod-bin/hsfiles/mongo.hsfiles | 4 ++++ yesod-bin/hsfiles/mysql.hsfiles | 4 ++++ yesod-bin/hsfiles/postgres-fay.hsfiles | 4 ++++ yesod-bin/hsfiles/postgres.hsfiles | 4 ++++ yesod-bin/hsfiles/simple.hsfiles | 4 ++++ yesod-bin/hsfiles/sqlite.hsfiles | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 994b7a9b..094f1f24 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -740,6 +740,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index aacbbc2f..bda7ce21 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -750,6 +750,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 4c195e75..787ae1df 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -800,6 +800,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 51959df1..2b828f96 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -750,6 +750,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index f7317b40..17fc1728 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -657,6 +657,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index 7fd84b6b..18e38f8d 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -750,6 +750,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: