Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/security/enforcing-ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn how to require HTTPS/TLS in an ASP.NET Core web app.
ms.author: tdykstra
monikerRange: '>= aspnetcore-3.0'
ms.custom: mvc, linux-related-content
ms.date: 10/14/2024
ms.date: 10/24/2024
uid: security/enforcing-ssl
---
# Enforce HTTPS in ASP.NET Core
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/security/enforcing-ssl/includes/enforcing-ssl8.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Create a policy file (`policies.json`) at:

* Windows: `%PROGRAMFILES%\Mozilla Firefox\distribution\`
* MacOS: `Firefox.app/Contents/Resources/distribution`
* Linux: See [Trust the certificate with Firefox on Linux](#trust-ff-linux) in this article.
* Linux: See [Trust the certificate with Firefox on Linux](?[tabs=visual-studio%2Clinux-ubuntu%2Clinux-sles#trust-the-certificate-with-firefox-on-linux) in this article.

Add the following JSON to the Firefox policy file:

Expand Down Expand Up @@ -324,7 +324,7 @@ For chromium browsers on Linux:

* Exit and restart the browser.

<a name="trust-ff-linux"></a>
<a name="trust-ff-linux8"></a>

#### Trust the certificate with Firefox on Linux

Expand Down
Loading