From 228104a2b0faa950cc0b89e5e7cafb37b1b6cd7d Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 2 Jun 2015 09:45:31 -0400 Subject: [PATCH] firefox: take care of beacon also --- platform/firefox/vapi-background.js | 1 + 1 file changed, 1 insertion(+) 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: