@mkterswingman/5mghost-yonder 0.0.31 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,8 +251,17 @@ export async function readImportedBrowserCookies(candidate, chromium, deps) {
251
251
  "--headless=new",
252
252
  "--no-first-run",
253
253
  "--no-default-browser-check",
254
- // Why: about:blank avoids network requests that trigger Google token rotation,
255
- // which would invalidate the user's real Chrome YouTube session.
254
+ // Why: these flags prevent Chrome's background services from contacting Google
255
+ // servers, which would trigger Account Reconcilor / token rotation and invalidate
256
+ // the user's real Chrome YouTube session.
257
+ "--disable-sync",
258
+ "--disable-background-networking",
259
+ "--disable-features=AccountReconcilor,IdentityManager",
260
+ "--disable-client-side-phishing-detection",
261
+ "--disable-component-update",
262
+ "--disable-extensions",
263
+ "--disable-breakpad",
264
+ "--metrics-recording-only",
256
265
  "about:blank",
257
266
  ], {
258
267
  detached: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mkterswingman/5mghost-yonder",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "Internal MCP client with local data tools and remote API proxy",
5
5
  "type": "module",
6
6
  "bin": {