From 4c60b3d73447af05d7a69273e755caa2d50158e8 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:19:40 -0400 Subject: [PATCH] add note on safe browsing migration --- Securefox.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index c1adcc3..3aefc70 100644 --- a/Securefox.js +++ b/Securefox.js @@ -3,7 +3,7 @@ * Securefox * * "Natura non contristatur" * * priority: provide sensible security and privacy * - * version: 149 * + * version: 150 * * url: https://github.com/yokoffing/Betterfox * * credit: Most prefs are reproduced and adapted from the arkenfox project * * credit urL: https://github.com/arkenfox/user.js * @@ -1389,6 +1389,11 @@ user_pref("pdfjs.enableScripting", false); // [FF86+] // [5] https://www.google.com/chrome/privacy/whitepaper.html#malware // [6] https://security.googleblog.com/2022/08/how-hash-based-safe-browsing-works-in.html +// [FF147+] Firefox now supports the Safe Browsing V5 protocol and has migrated +// from Safe Browsing V4 to the local list mode of Safe Browsing V5 protocol. +// [1] https://developers.google.com/safe-browsing/reference +// [2] https://developers.google.com/safe-browsing/reference/Local.List.Mode + // PREF: Safe Browsing // [WARNING] Be sure to have alternate security measures if you disable SB! Adblockers do not count! // [SETTING] Privacy & Security>Security>... Block dangerous and deceptive content