mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:42:04 -08:00
disable hyperlink pinging
This commit is contained in:
parent
3c3921d61e
commit
d89db88c58
1 changed files with 4 additions and 1 deletions
|
|
@ -690,3 +690,6 @@ 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);
|
||||||
Loading…
Add table
Reference in a new issue