NoTrack: Fix blocking analytics (#2857)

This commit is contained in:
thororen 2024-09-11 06:50:55 -04:00 committed by GitHub
parent 56459bdcad
commit a765212cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ export default definePlugin({
}, },
}, },
{ {
find: ".METRICS,", find: ".METRICS",
replacement: [ replacement: [
{ {
match: /this\._intervalId=/, match: /this\._intervalId=/,