From 948ff5718305df3b4a175f372cd184420b745e75 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:29:33 -0500 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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