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'),