views:

29

answers:

1

Firefox apparently supports a PING attribute for HREFs. How do I implement code to receive the ping?

+1  A: 

The support was disabled before the final release of Firefox 3, as Nissan Fan rightly states in comments. You can enable it via about:config by setting browser.send_pings to true, but the Firefox implementation differs from what currently is in specification.

Nickolay