disable hyperlink pinging

This commit is contained in:
oneflux 2025-04-22 13:58:11 -07:00
parent 3c3921d61e
commit d89db88c58

View file

@ -689,4 +689,7 @@ defaultPref("network.IDN_show_punycode", true);
defaultPref("middlemouse.paste", false); defaultPref("middlemouse.paste", false);
// Clear window.name across contexts // Clear window.name across contexts
defaultPref("privacy.window.name.update.enabled", true); defaultPref("privacy.window.name.update.enabled", true);
// Disable ping in links
defaultPref("browser.send_pings", false);