Skip to content

Commit

Permalink
Merge pull request #3418 from bensteinberg/update-chromium-20231030
Browse files Browse the repository at this point in the history
Update Chromium
  • Loading branch information
bensteinberg authored Oct 31, 2023
2 parents d8def7c + 0e091cd commit da921af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perma_web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=118.0.5993.70-1~deb11u1
ENV CHROMIUM_VERSION=118.0.5993.117-1~deb11u1
RUN apt-get update && apt-get install -y chromium=${CHROMIUM_VERSION} \
chromium-common=${CHROMIUM_VERSION} \
chromium-driver=${CHROMIUM_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion perma_web/perma/settings/deployments/settings_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/118.0.5993.70 Safari/537.36"
CAPTURE_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.5993.117 Safari/537.36"
PROXY_CAPTURES = False
PROXY_ADDRESS = 'localhost:9050'
DOMAINS_TO_PROXY = []
Expand Down

0 comments on commit da921af

Please sign in to comment.