We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385a534 commit 148d51bCopy full SHA for 148d51b
src/Umbraco.Web.UI/Program.cs
@@ -11,7 +11,7 @@
11
12
await app.BootUmbracoAsync();
13
14
-#if (UseHttpsRedirect)
+#if UseHttpsRedirect
15
app.UseHttpsRedirection();
16
#endif
17
0 commit comments