1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02:00

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: