firefox: take care of beacon also

This commit is contained in:
gorhill 2015-06-02 09:45:31 -04:00
parent 1784ffd411
commit 228104a2b0

View file

@ -120,6 +120,7 @@ vAPI.browserSettings = {
case 'hyperlinkAuditing':
this.setBool('browser', 'send_pings', !!details[setting]);
this.setBool('beacon', 'enabled', !!details[setting]);
break;
default: