Update to chromium 113
This commit is contained in:
parent
9d49cf74d9
commit
ffc8ec4c1d
|
|
@ -14,4 +14,4 @@ instance_size=c6i.12xlarge
|
||||||
ansible_connection=ssh
|
ansible_connection=ssh
|
||||||
ansible_python_interpreter=auto_silent
|
ansible_python_interpreter=auto_silent
|
||||||
ansible_ssh_private_key_file=ansible.pem
|
ansible_ssh_private_key_file=ansible.pem
|
||||||
chromium_revision=1108766
|
chromium_revision=1121455
|
||||||
|
|
|
||||||
BIN
bin/chromium.br
BIN
bin/chromium.br
Binary file not shown.
Binary file not shown.
|
|
@ -143,7 +143,7 @@ class Chromium {
|
||||||
*/
|
*/
|
||||||
static get args(): string[] {
|
static get args(): string[] {
|
||||||
/**
|
/**
|
||||||
* These are the default ares in puppeteer.
|
* These are the default args in puppeteer.
|
||||||
* https://github.com/puppeteer/puppeteer/blob/3a31070d054fa3cd8116ca31c578807ed8d6f987/packages/puppeteer-core/src/node/ChromeLauncher.ts#L185
|
* https://github.com/puppeteer/puppeteer/blob/3a31070d054fa3cd8116ca31c578807ed8d6f987/packages/puppeteer-core/src/node/ChromeLauncher.ts#L185
|
||||||
*/
|
*/
|
||||||
const puppeteerFlags = [
|
const puppeteerFlags = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue