Skip to content

Commit

Permalink
Build: Allow hot reload to connect via web sockets (MudBlazor#3728)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-gh authored and ilovepilav committed Nov 25, 2023
1 parent 3009b33 commit ec038a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MudBlazor.Docs.Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
connect-src 'self'
https://api.github.com
https://raw.githubusercontent.com/MudBlazor/MudBlazor/master/LICENSE
https://www.google-analytics.com;
https://www.google-analytics.com
wss://localhost:*;
upgrade-insecure-requests;">
<base href="/" />
<link rel="apple-touch-icon" sizes="180x180" href="_content/MudBlazor.Docs/apple-touch-icon.png">
Expand Down

0 comments on commit ec038a0

Please sign in to comment.