From 9fbb36ca404c034545e0631559f9f3e0a2c488b1 Mon Sep 17 00:00:00 2001 From: Gifford Nowland Date: Thu, 3 Jul 2025 23:05:56 -0700 Subject: [PATCH] feat: use official sources for chromedriver-linux in download_deps.py (#8665) ### What problem does this PR solve? Resolves ambiguity and potential MITM attacks by using official channel for chromedriver-linux in download_deps.py ### Type of change - [x] Performance Improvement --- download_deps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_deps.py b/download_deps.py index 0efce8131..58fba4341 100644 --- a/download_deps.py +++ b/download_deps.py @@ -35,8 +35,8 @@ def get_urls(use_china_mirrors=False) -> Union[str, list[str]]: "https://repo1.maven.org/maven2/org/apache/tika/tika-server-standard/3.0.0/tika-server-standard-3.0.0.jar", "https://repo1.maven.org/maven2/org/apache/tika/tika-server-standard/3.0.0/tika-server-standard-3.0.0.jar.md5", "https://openaipublic.blob.core.windows.net/encodings/cl100k_base.tiktoken", - "https://bit.ly/chrome-linux64-121-0-6167-85", - "https://bit.ly/chromedriver-linux64-121-0-6167-85", + "https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.85/linux64/chrome-linux64.zip", + "https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.85/linux64/chromedriver-linux64.zip", ] repos = [