Skip to content

Commit 2217531

Browse files
authored
Remove SSL/FF bookmarks (#33240)
1 parent aec40f6 commit 2217531

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

aspnetcore/blazor/tooling.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ The following dialog is displayed:
385385

386386
Select **Yes** to acknowledge the risk and install the certificate.
387387

388-
For information on trusting the HTTPS development certificate for the Firefox browser, see <xref:security/enforcing-ssl#trust-the-https-certificate-with-firefox-to-prevent-sec_error_inadequate_key_usage-error>.
389-
390388
Visual Studio:
391389

392390
* Compiles and runs the app.
@@ -396,8 +394,6 @@ Visual Studio:
396394

397395
:::zone pivot="vsc"
398396

399-
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).
400-
401397
In VS Code, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app without debugging.
402398

403399
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
408404

409405
:::zone pivot="cli"
410406

411-
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.
412-
413407
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:
414408

415409
```dotnetcli

0 commit comments

Comments
 (0)