File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
classic/forge/forge/components/web Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments