()
| 133 | |
| 134 | |
| 135 | def _batch_graphql_headers() -> Dict[str, str]: |
| 136 | h = _xhr_headers( |
| 137 | "application/json", |
| 138 | "*/*", |
| 139 | "https://console.cloud.google.com", |
| 140 | "https://console.cloud.google.com/", |
| 141 | "cross-site", |
| 142 | ) |
| 143 | h["x-goog-authuser"] = "0" |
| 144 | h["x-browser-channel"] = "stable" |
| 145 | h["x-browser-copyright"] = "Copyright 2026 Google LLC. All Rights Reserved." |
| 146 | h["x-browser-year"] = "2026" |
| 147 | h["x-goog-ext-353267353-jspb"] = "[null,null,null,194274]" |
| 148 | return h |
| 149 | |
| 150 | |
| 151 | # ==================== reCAPTCHA ==================== |
no test coverage detected