mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 18:32:45 +01:00
firefox: take care of beacon also
This commit is contained in:
parent
1784ffd411
commit
228104a2b0
@ -120,6 +120,7 @@ vAPI.browserSettings = {
|
||||
|
||||
case 'hyperlinkAuditing':
|
||||
this.setBool('browser', 'send_pings', !!details[setting]);
|
||||
this.setBool('beacon', 'enabled', !!details[setting]);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user