mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-07 03:17:23 +08:00
fix(forge): Update browser extension download URL (#9032)
- Resolves #9030
This commit is contained in:
parent
41be88f0bf
commit
a386b3ac90
@ -341,7 +341,7 @@ class WebSeleniumComponent(
|
|||||||
def _sideload_chrome_extensions(
|
def _sideload_chrome_extensions(
|
||||||
self, options: ChromeOptions, dl_folder: Path
|
self, options: ChromeOptions, dl_folder: Path
|
||||||
) -> None:
|
) -> None:
|
||||||
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
|
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
|
||||||
cookiewall_squasher_crx_id = "edibdbjcniadpccecjdfdjjppcpchdlm"
|
cookiewall_squasher_crx_id = "edibdbjcniadpccecjdfdjjppcpchdlm"
|
||||||
adblocker_crx_id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"
|
adblocker_crx_id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user