AdguardTeam / CoreLibs

Core Adguard libraries

Home Page:https://adguard.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add $ping content type

ameshkov opened this issue · comments

  • Check how we can distinguish requests sent by navigator.sendBeacon
  • Add this content type support
  • Add it to the knowledge base

navigator.sendBeacon can send any content-type (including empty, or not existed for example "my/content")

Got it:(

Actually, it is possible to detect at least beacons sent by "ping" attribute:
image

<a href="blahbl" ping="url">tracked link</a>