mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
firefox: take care of beacon also
This commit is contained in:
parent
1784ffd411
commit
228104a2b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue