navigator.sendBeacon

Ask for help about NoScript, no registration needed to post
mcdavis

navigator.sendBeacon

Post by mcdavis »

Hi,

Has there been any discussion of navigator.sendBeacon and whether anything can or should be done with NoScript to block its effect?

TIA.
Mozilla/5.0 (Windows NT 6.0; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
barbaz
Senior Member
Posts: 11105
Joined: Sat Aug 03, 2013 5:45 pm

Re: navigator.sendBeacon

Post by barbaz »

Code: Select all

noscript.surrogate.nonavigatorbeacon.replacement : Object.defineProperty(navigator, "sendBeacon", {set:function(){}});
noscript.surrogate.nonavigatorbeacon.sources : @^https?://
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.30a1
Post Reply