diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index bf4639177..fff81bdf9 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -120,6 +120,7 @@ vAPI.browserSettings = { case 'hyperlinkAuditing': this.setBool('browser', 'send_pings', !!details[setting]); + this.setBool('beacon', 'enabled', !!details[setting]); break; default: