Skip to content

Commit

Permalink
add an aricle on fixing the Mozilla error
Browse files Browse the repository at this point in the history
  • Loading branch information
el-termikael committed Dec 11, 2024
1 parent 19ce349 commit 1c1c842
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/adguard-for-windows/solving-problems/mozilla-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: How to fix `MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE` error
sidebar_position: 11
---

:::info

This article covers AdGuard for Windows, a multifunctional ad blocker that protects your device at the system level. To see how it works, [download the AdGuard app](https://agrd.io/download-kb-adblock)

:::

Some users of AdGuard for Windows with enabled HTTPS filtering are unable to access google.com and youtube.com. Instead of opening the websites, browsers with Strict Certificate Pinning display a `MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE` error.

Here is a list of impacted browsers:

- Arkenfox
- Brace
- Cachy Browser
- Dove
- FireDragon
- LibreWolf
- Mull
- Mullvad Browser
- Phoenix
- Tor Browser

If your default browser is one of these, do the following to solve the problem:

1. Type `about:config` in the address bar of your browser
1. In the menu that appears, enter `security.cert_pinning.enforcement_level` in the search field.
1. Change the `security.cert_pinning.enforcement_level` parameter from 2 to 1.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Here are some problems you may encounter and workarounds, guides, and instructio
- [How to create a dump file](/adguard-for-windows/solving-problems/dump-file/)
- [Possible DNS leaks](/adguard-for-windows/solving-problems/dns-leaks/)
- [Known issues of AdGuard for Windows](/adguard-for-windows/solving-problems/known-issues/)
- [How to fix the `MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE` error](/adguard-for-windows/solving-problems/mozilla-error/)

0 comments on commit 1c1c842

Please sign in to comment.