Remove SSL/FF bookmarks (#33240)

pull/33242/head
Luke Latham 2024-08-02 09:00:03 -04:00 committed by GitHub
parent aec40f6705
commit 2217531a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -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 <xref:security/enforcing-ssl#trust-the-https-certificate-with-firefox-to-prevent-sec_error_inadequate_key_usage-error>.
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 <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd></kbd>+<kbd>F5</kbd> (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