When I recently used a brozzle-page command with a recent version of Google Chrome, I noticed that brozzler does not load the web page that should be archived.

This results in the web page not being archived successfully.
WARC file: WARCPROX-20230519163909687-00000-0so5t1md.warc

This issue also occurred when trying to archive other web pages:
The commands I used are listed below (video example):
warcprox -p 8081 -d ./warcs/IGN/brozzle_page/2023_05_19 --dedup-db-file /dev/null
export BROZZLER_EXTRA_CHROME_ARGS="--ignore-certificate-errors"
brozzle-page --chrome-exe '/usr/bin/google-chrome' --proxy localhost:8081 'https://www.ign.com/articles/the-last-of-us-season-1-review'
A “WebSocketBadStatusException: Handshake status 403 Forbidden” occurred when recently running these commands on Ubuntu (22.04.2 LTS and 20.04.6 LTS) and macOS (Ventura 13.3.1).

When I used these commands earlier this year it was working successfully (video):

After noticing this issue, I went through the recent stable versions of Google Chrome and found the last stable version that worked with the brozzle-page command was version 109.0.5414.119 which was released on January 24, 2023.
chrome.deb URI (109.0.5414.119): https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_109.0.5414.119-1_amd64.deb
Crawling session: https://youtu.be/A-zr6zVTZSo?t=5569

Replay session: https://youtu.be/A-zr6zVTZSo?t=6345

The first stable version of Chrome that did not work with the brozzle-page command is version 111.0.5563.110 which was released on March 21, 2023.
chrome.deb URI (111.0.5563.110): https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_111.0.5563.110-1_amd64.deb
Crawling session: https://youtu.be/A-zr6zVTZSo?t=4903

Replay session: https://youtu.be/A-zr6zVTZSo?t=4992

Chrome release blog post for 111.0.5563.110: https://chromereleases.googleblog.com/2023/03/stable-channel-update-for-desktop_21.html
- Most of the fixed security issues for version 111.0.5563.110 were associated with an attacker creating an HTML page and then exploiting heap corruption:
- There was also a security fix that involved internal security work so there was less details for this update to Chrome.
When I recently used a brozzle-page command with a recent version of Google Chrome, I noticed that brozzler does not load the web page that should be archived.

This results in the web page not being archived successfully.
WARC file: WARCPROX-20230519163909687-00000-0so5t1md.warc

This issue also occurred when trying to archive other web pages:
The commands I used are listed below (video example):
A “WebSocketBadStatusException: Handshake status 403 Forbidden” occurred when recently running these commands on Ubuntu (22.04.2 LTS and 20.04.6 LTS) and macOS (Ventura 13.3.1).

When I used these commands earlier this year it was working successfully (video):

After noticing this issue, I went through the recent stable versions of Google Chrome and found the last stable version that worked with the brozzle-page command was version 109.0.5414.119 which was released on January 24, 2023.
chrome.deb URI (109.0.5414.119): https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_109.0.5414.119-1_amd64.deb
Crawling session: https://youtu.be/A-zr6zVTZSo?t=5569

Replay session: https://youtu.be/A-zr6zVTZSo?t=6345

The first stable version of Chrome that did not work with the brozzle-page command is version 111.0.5563.110 which was released on March 21, 2023.
chrome.deb URI (111.0.5563.110): https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_111.0.5563.110-1_amd64.deb
Crawling session: https://youtu.be/A-zr6zVTZSo?t=4903

Replay session: https://youtu.be/A-zr6zVTZSo?t=4992

Chrome release blog post for 111.0.5563.110: https://chromereleases.googleblog.com/2023/03/stable-channel-update-for-desktop_21.html