yxmiler commited on
Commit
0eb2a5a
·
verified ·
1 Parent(s): a57592c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -519,7 +519,7 @@ class GrokTempCookieManager {
519
  const page = await browser.newPage();
520
  await page.goto('https://grok.com/', { waitUntil: 'domcontentloaded' });
521
  let waitTime = 0;
522
- const targetHeaders = ['x-anonuserid', 'x-challenge', 'x-signature'];
523
 
524
  while (true) {
525
  const cookies = await page.cookies();
 
519
  const page = await browser.newPage();
520
  await page.goto('https://grok.com/', { waitUntil: 'domcontentloaded' });
521
  let waitTime = 0;
522
+ const targetHeaders = ['x-anonuserid', 'x-challenge', 'x-signature', 'cf_clearance'];
523
 
524
  while (true) {
525
  const cookies = await page.cookies();