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 6706cf5 commit 3937fe7Copy full SHA for 3937fe7
src/app/dev/platforms/desktop/DevToys.Linux/Components/BlazorWebView/BlazorWebView.cs
@@ -21,7 +21,7 @@ internal sealed partial class BlazorWebView : IDisposable
21
{
22
private const string DevToysInteropName = "devtoyswebinterop";
23
private const string Scheme = "app";
24
- internal const string AppHostAddress = "0.0.0.0";
+ internal const string AppHostAddress = "localhost";
25
internal static readonly Uri AppOriginUri = new($"{Scheme}://{AppHostAddress}/");
26
27
private const string BlazorInitScript
0 commit comments