diff --git a/test/monitor.js b/test/monitor.js index 37dc1cd..807a74a 100644 --- a/test/monitor.js +++ b/test/monitor.js @@ -47,11 +47,7 @@ if (!USERNAME || !PASSWORD || !TOTP_SECRET) { const timestamp = new Date().toISOString().replace(/[:.]/g, '-'); const browser = await chromium.launch({ headless: true }); - const context = await browser.newContext({ - proxy: { - server: 'http://igw-axsg.abxsec.com:8080' - } -}); + const context = await browser.newContext({}); const page = await context.newPage(); console.log('✅ Login aufrufen');