From 52644b746ca88393dfa78c2552f48cfe03e0b95b Mon Sep 17 00:00:00 2001 From: LeenkxTeam Date: Fri, 24 Jan 2025 06:14:58 +0000 Subject: [PATCH] Disable webtorrent telemtry --- src/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index aacff24..facf5d5 100644 --- a/src/config.js +++ b/src/config.js @@ -21,7 +21,8 @@ module.exports = { ANNOUNCEMENT_URL: 'https://leenkx.com/leenkxbox/announcement', AUTO_UPDATE_URL: 'https://leenkx.com/leenkxbox/update', CRASH_REPORT_URL: 'https://leenkx.com/leenkxbox/crash-report', - TELEMETRY_URL: 'https://leenkx.com/leenkxbox/telemetry', + // Disable telemetry + TELEMETRY_URL: '###', APP_COPYRIGHT: `Copyright © 2014-${new Date().getFullYear()} ${APP_TEAM}`, APP_FILE_ICON: path.join(__dirname, '..', 'static', 'WebTorrentFile'),