From 251d41215543c716d2e6a01f3252f4a45c79f0b4 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 20 Apr 2019 14:20:56 -0500 Subject: [PATCH] Added security headers force HTTPS, add HSTS, other misc security tweaks --- public/web.config | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/public/web.config b/public/web.config index b86a40e..7d92933 100644 --- a/public/web.config +++ b/public/web.config @@ -1,8 +1,27 @@ + + + + + + + + + + + + + + + + + + + @@ -12,6 +31,15 @@ + + + + + + + + +