From 09d2fafced6c372d91d49c58dd7fb0f71a4dc7cf Mon Sep 17 00:00:00 2001 From: ColoursofOSINT <130006229+ColoursofOSINT@users.noreply.github.com> Date: Fri, 1 Sep 2023 06:12:12 +0000 Subject: [PATCH] Update 2023-09-01-Investigating-Firefox.md --- _posts/2023-09-01-Investigating-Firefox.md | 27 +++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/_posts/2023-09-01-Investigating-Firefox.md b/_posts/2023-09-01-Investigating-Firefox.md index b99589e9565..8529713f865 100644 --- a/_posts/2023-09-01-Investigating-Firefox.md +++ b/_posts/2023-09-01-Investigating-Firefox.md @@ -43,9 +43,34 @@ This loads an analytics javascript, which can collect the IP Addresses, user age # PocketTube: Youtube Subscription Manager [Version 15.6.4] - 17,000 users -PocketTube is an extenison used to manage group subscription +PocketTube is an extension used to manage group subscriptions on youtube. As stated in its privacy policy, it that it uses Mixpixel for analytics tracking, however, the policy makes no mention of Sentry, which it also uses. [^footnote5] +``` +var be = "https://api.mixpanel.com"; +var ke = {}; + +function we(e, t, n, i) { + ke.token = e; + ke.distinct_id = t; + ke.lang = n; +``` + +``` +lC({ + Vue: o["default"], + dsn: "https://0038060f1bc6428da18206617e79945a@o416359.ingest.sentry.io/5310804", + integrations: [ + new a.BrowserTracing({ + routingInstrumentation: cC(yS), + tracingOrigins: ["localhost", /^\//], + }), + ], + tracesSampleRate: 0, +}); + +``` [^footnote]: https://palant.info/2023/05/31/more-malicious-extensions-in-chrome-web-store/ [^footnote2]: https://news.ycombinator.com/item?id=37137552 [^footnote3]: https://extensionworkshop.com/documentation/publish/recommended-extensions/ [^footnote4]: https://addons.mozilla.org/en-US/firefox/addon/giphy-for-firefox/ +[^footnote5]: https://addons.mozilla.org/en-US/firefox/addon/youtube-subscription-groups/privacy/