We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58aff6 commit 4110646Copy full SHA for 4110646
1 file changed
src/PwaOptions.cs
@@ -1,5 +1,5 @@
1
-using Microsoft.Extensions.Configuration;
2
-using System;
+using System;
+using Microsoft.Extensions.Configuration;
3
4
namespace WebEssentials.AspNetCore.Pwa
5
{
@@ -113,7 +113,7 @@ internal PwaOptions(IConfiguration config)
113
/// Determines whether a CSP nonce will be added via NWebSec
114
/// </summary>
115
public bool EnableCspNonce { get; set; }
116
-
+
117
/// <summary>
118
/// Generate code even on HTTP connection. Necessary for SSL offloading.
119
0 commit comments