Skip to content

Commit 7acd50e

Browse files
committed
Support for secure web socket development.
1 parent e44abb2 commit 7acd50e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

source/DasBlog.Web.UI/Config/site.Development.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
<CookieConsentEnabled>false</CookieConsentEnabled>
121121

122-
<DefaultSources>data:;https:</DefaultSources>
122+
<DefaultSources>data:;https:;wss:</DefaultSources>
123123
<SecurityStyleSources>cloud.tinymce.com;cdn.tiny.cloud;cdn.jsdelivr.net;js.nicedit.com;www.google.com;platform.twitter.com;cdn.syndication.twimg.com;fonts.googleapis.com;maxcdn.bootstrapcdn.com</SecurityStyleSources>
124124
<SecurityScriptSources>cloud.tinymce.com;cdn.tiny.cloud;cdn.jsdelivr.net;js.nicedit.com;www.google.com;cse.google.com;cdn.syndication.twimg.com;platform.twitter.com;apis.google.com;www.google-analytics.com;www.googletagservices.com;adservice.google.com;securepubads.g.doubleclick.net;ajax.aspnetcdn.com;ssl.google-analytics.com</SecurityScriptSources>
125125

source/DasBlog.Web.UI/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, IDasBlog
265265
if (env.IsDevelopment() || env.IsStaging())
266266
{
267267
app.UseDeveloperExceptionPage();
268-
//app.UseBrowserLink();
269268
}
270269
else
271270
{

0 commit comments

Comments
 (0)