NoTrack: Fix blocking analytics (#2857)
This commit is contained in:
parent
56459bdcad
commit
a765212cfe
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default definePlugin({
|
|||
},
|
||||
},
|
||||
{
|
||||
find: ".METRICS,",
|
||||
find: ".METRICS",
|
||||
replacement: [
|
||||
{
|
||||
match: /this\._intervalId=/,
|
||||
|
|
Loading…
Reference in a new issue