diff --git a/perma_web/Dockerfile b/perma_web/Dockerfile index 0e17ff857..531f550ff 100644 --- a/perma_web/Dockerfile +++ b/perma_web/Dockerfile @@ -69,7 +69,7 @@ RUN pip install pip==22.0.4 \ COPY perma_web/lil-archive-keyring.gpg /usr/share/keyrings/lil-archive-keyring.gpg RUN echo "deb [signed-by=/usr/share/keyrings/lil-archive-keyring.gpg] https://repo.lil.tools/ bullseye-security updates/main" > /etc/apt/sources.list.d/lil-chromium.list -ENV CHROMIUM_VERSION=117.0.5938.132-1~deb11u1 +ENV CHROMIUM_VERSION=117.0.5938.149-1~deb11u1 RUN apt-get update && apt-get install -y chromium=${CHROMIUM_VERSION} \ chromium-common=${CHROMIUM_VERSION} \ chromium-driver=${CHROMIUM_VERSION} \ diff --git a/perma_web/perma/settings/deployments/settings_common.py b/perma_web/perma/settings/deployments/settings_common.py index f691da447..5fce59ea9 100644 --- a/perma_web/perma/settings/deployments/settings_common.py +++ b/perma_web/perma/settings/deployments/settings_common.py @@ -569,7 +569,7 @@ CAPTURE_BROWSER = 'Chrome' # some support for 'Firefox' DISABLE_DEV_SHM = False -CAPTURE_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" +CAPTURE_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.149 Safari/537.36" PROXY_CAPTURES = False PROXY_ADDRESS = 'localhost:9050' DOMAINS_TO_PROXY = []