Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chromium #3395

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=116.0.5845.180-1~deb11u1
ENV CHROMIUM_VERSION=117.0.5938.62-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 @@ -568,7 +568,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/116.0.5845.180 Safari/537.36"
CAPTURE_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.62 Safari/537.36"
PROXY_CAPTURES = False
PROXY_ADDRESS = 'localhost:9050'
DOMAINS_TO_PROXY = []
Expand Down