mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
disable hyperlink pinging
This commit is contained in:
parent
3c3921d61e
commit
d89db88c58
1 changed files with 4 additions and 1 deletions
|
|
@ -689,4 +689,7 @@ defaultPref("network.IDN_show_punycode", true);
|
|||
defaultPref("middlemouse.paste", false);
|
||||
|
||||
// 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);
|
||||
Loading…
Add table
Reference in a new issue