do not cache some urls

This commit is contained in:
Hongbo Wu
2024-07-05 19:05:36 +08:00
parent 81fbaf9807
commit 728059c6f8
2 changed files with 18 additions and 1 deletions

View File

@ -243,7 +243,7 @@ async function retrievePage(
fingerprintOptions: {
devices: ['desktop'],
operatingSystems: ['windows'],
browsers: ['firefox'],
browsers: ['chrome'],
mockWebRTC: true,
locales: [locale || 'en-US'],
},