🌐 Website Issue | There's no need for "browser.send_pings = false" for it's already the default setting #686
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Default elsewhere & Firefox nightlies since 2008-02-01. from http://kb.mozillazine.org/Browser.send_pings
Maybe someone loves to use the old one and didn't update. This can be useful for her/him.
It's still in gHacks user.js: https://github.com/ghacksuserjs/ghacks-user.js/issues/242#issuecomment-350264816
@Thorin-Oakenpants
And it's in pyllyukko's repo. I looked into installed firefox and forks via about:config and issuer is right. Default value is False.
BTW, do not ever trust kb.mozillazine as it appears semi-abandoned (look the last update on bottom page), use searchfox.org instead:
https://searchfox.org/mozilla-central/search?q=browser.send_pings&case=true&path=
It appears to be becoming true by default https://www.bleepingcomputer.com/news/software/mozilla-firefox-to-enable-hyperlink-ping-tracking-by-default/ .
Yay me for having to open https://github.com/privacytoolsIO/privacytools.io/pull/876 after having fixed this issue only four days ago.