diff --git a/Common-Overrides.md b/Common-Overrides.md index c267876..763a0e1 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -154,17 +154,4 @@ user_pref("gfx.canvas.accelerated", true); ### Scrolling Firefox's default scrolling [needs improvement](https://www.reddit.com/r/firefox/comments/y3wzwk/why_is_scrolling_so_janky_on_firefox/). -[Smoothfox](https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js) provides a far better scroll experience. - -*** - -### Public Key Pinning -:warning: Override if your antivirus software — or some other [source](https://github.com/yokoffing/Betterfox/issues/232#issuecomment-1732346856) — won't let you open websites ([example](https://www.reddit.com/r/firefox/comments/16mlv15/kaspersky_cant_scan_encrypted_connections_with/)). - -[Public Key Pinning](https://wiki.mozilla.org/SecurityEngineering/Public_Key_Pinning) (PKP) is a tool that boosts the safety of [SSL certificates](https://www.cloudflare.com/learning/ssl/what-is-an-ssl-certificate/) by linking a website to its unique security key. This process ensures that the website you're visiting is real and not fake. PKP stops any attempts to trick your computer into connecting with a fraudulent website. - -```javascript -// PREF: relax certificate pinning -// [ERROR] MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE -user_pref("security.cert_pinning.enforcement_level", 0); -``` \ No newline at end of file +[Smoothfox](https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js) provides a far better scroll experience. \ No newline at end of file