From 2217531a36ae5fd163c2085ab61b33dc9df98190 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:00:03 -0400 Subject: [PATCH] Remove SSL/FF bookmarks (#33240) --- aspnetcore/blazor/tooling.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/aspnetcore/blazor/tooling.md b/aspnetcore/blazor/tooling.md index 2529457f1f..289f4d0a44 100644 --- a/aspnetcore/blazor/tooling.md +++ b/aspnetcore/blazor/tooling.md @@ -385,8 +385,6 @@ The following dialog is displayed: Select **Yes** to acknowledge the risk and install the certificate. -For information on trusting the HTTPS development certificate for the Firefox browser, see . - Visual Studio: * Compiles and runs the app. @@ -396,8 +394,6 @@ Visual Studio: :::zone pivot="vsc" -For information on trusting the HTTPS development certificate for browsers other than Firefox, see the [HTTPS development certificate trust guidance](xref:security/enforcing-ssl#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos). When using the Firefox browser, see the [certificate trust guidance for Firefox](xref:security/enforcing-ssl#trust-the-https-certificate-with-firefox-to-prevent-sec_error_inadequate_key_usage-error). - In VS Code, press Ctrl+F5 (Windows) or +F5 (macOS) to run the app without debugging. At the **Select debugger** prompt in the **Command Palette** at the top of the VS Code UI, select **C#**. At the next prompt, select the HTTPS profile (`[https]`). @@ -408,8 +404,6 @@ The default browser is launched at `https://localhost:{PORT}`, which displays th :::zone pivot="cli" -For information on trusting the HTTPS development certificate for browsers other than Firefox, see the [HTTPS development certificate trust guidance](xref:security/enforcing-ssl#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos). When using the Firefox browser, see the [certificate trust guidance for Firefox](xref:security/enforcing-ssl#trust-the-https-certificate-with-firefox-to-prevent-sec_error_inadequate_key_usage-error) section of that article. - In a command shell opened to the project's root folder, execute the [`dotnet watch`](/dotnet/core/tools/dotnet-watch) command to compile and start the app: ```dotnetcli