diff --git a/hsfiles/mongo.hsfiles b/hsfiles/mongo.hsfiles
--- a/hsfiles/mongo.hsfiles
+++ b/hsfiles/mongo.hsfiles
@@ -740,6 +740,10 @@
       # 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/hsfiles/mysql.hsfiles b/hsfiles/mysql.hsfiles
--- a/hsfiles/mysql.hsfiles
+++ b/hsfiles/mysql.hsfiles
@@ -750,6 +750,10 @@
       # 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/hsfiles/postgres-fay.hsfiles b/hsfiles/postgres-fay.hsfiles
--- a/hsfiles/postgres-fay.hsfiles
+++ b/hsfiles/postgres-fay.hsfiles
@@ -800,6 +800,10 @@
       # 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/hsfiles/postgres.hsfiles b/hsfiles/postgres.hsfiles
--- a/hsfiles/postgres.hsfiles
+++ b/hsfiles/postgres.hsfiles
@@ -750,6 +750,10 @@
       # 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/hsfiles/simple.hsfiles b/hsfiles/simple.hsfiles
--- a/hsfiles/simple.hsfiles
+++ b/hsfiles/simple.hsfiles
@@ -657,6 +657,10 @@
       # 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/hsfiles/sqlite.hsfiles b/hsfiles/sqlite.hsfiles
--- a/hsfiles/sqlite.hsfiles
+++ b/hsfiles/sqlite.hsfiles
@@ -750,6 +750,10 @@
       # 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.cabal b/yesod-bin.cabal
--- a/yesod-bin.cabal
+++ b/yesod-bin.cabal
@@ -1,5 +1,5 @@
 name:            yesod-bin
-version:         1.4.0.3
+version:         1.4.0.4
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
