Disable webtorrent telemtry

This commit is contained in:
LeenkxTeam 2025-01-24 06:14:58 +00:00
parent 9d275fcc1d
commit 52644b746c

View File

@ -21,7 +21,8 @@ module.exports = {
ANNOUNCEMENT_URL: 'https://leenkx.com/leenkxbox/announcement', ANNOUNCEMENT_URL: 'https://leenkx.com/leenkxbox/announcement',
AUTO_UPDATE_URL: 'https://leenkx.com/leenkxbox/update', AUTO_UPDATE_URL: 'https://leenkx.com/leenkxbox/update',
CRASH_REPORT_URL: 'https://leenkx.com/leenkxbox/crash-report', 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_COPYRIGHT: `Copyright © 2014-${new Date().getFullYear()} ${APP_TEAM}`,
APP_FILE_ICON: path.join(__dirname, '..', 'static', 'WebTorrentFile'), APP_FILE_ICON: path.join(__dirname, '..', 'static', 'WebTorrentFile'),