Stories
Slash Boxes
Comments

SoylentNews is people

posted by chromas on Tuesday May 14 2019, @03:57AM   Printer-friendly
from the Give-me-one-ping.-One-ping-only. dept.

Submitted via IRC for AnonymousLuser

Blocking Hyperlink Auditing Tracking Pings with Extensions

For those who are not familiar with hyperlink auditing, or Pings, it is an HTML feature that allows sites to track when a link is clicked. Creating hyperlink auditing URLs is very easy, as you can simply create a normal hyperlink HTML tag, but also include a ping="[url]" variable as shown below.

<a href="https://www.google.com/" ping="https://www.bleepingcomputer.com/pong.php">Ping Me</a>

[...] With most popular browsers now enabling this feature by default, with Firefox doing so in the future, the only way to disable hyperlink auditing is through the use of browser addons and extension. For those who want to retain control over whether this feature can be used, below are three extensions that allow you to disable hyperlink auditing pings in Chrome and Firefox.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Tuesday May 14 2019, @05:29PM

    by Anonymous Coward on Tuesday May 14 2019, @05:29PM (#843496)

    If sites really want to do this, couldn't they just munge the hyperlink into their own URL that hits a tiny script that logs the click and then sends you to the hyperlink?

    ie, something like <a href="https://www.bleepingcomputer.com/tracker.php&url=google.com">Innocent URL, Trust us.</a>

    Of course you'd see their URL when hovering the link, but most people aren't that careful.