Skip to content

Commit a386b3a

Browse files
authored
fix(forge): Update browser extension download URL (Significant-Gravitas#9032)
- Resolves Significant-Gravitas#9030
1 parent 41be88f commit a386b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classic/forge/forge/components/web/selenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ async def open_page_in_browser(self, url: str) -> WebDriver:
341341
def _sideload_chrome_extensions(
342342
self, options: ChromeOptions, dl_folder: Path
343343
) -> None:
344-
crx_download_url_template = "https://clients2.google.com/service/update2/crx?response=redirect&prodversion=49.0&acceptformat=crx3&x=id%3D{crx_id}%26installsource%3Dondemand%26uc" # noqa
344+
crx_download_url_template = "https://clients2.google.com/service/update2/crx?response=redirect&prodversion=99.0&acceptformat=crx3&x=id%3D{crx_id}%26installsource%3Dondemand%26uc" # noqa
345345
cookiewall_squasher_crx_id = "edibdbjcniadpccecjdfdjjppcpchdlm"
346346
adblocker_crx_id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"
347347

0 commit comments

Comments
 (0)