Skip to content

Conversation

@tombrunet
Copy link
Member

@tombrunet tombrunet commented Apr 17, 2025

  • Other (Provide information)
    This PR adds a configuration option that allows Puppeteer args to be passed to the instance of Puppeteer created when using the batch scanning operation.

The configuration might look like this for .yml:

puppeteerArgs:
  - --no-sandbox
  - --disable-setuid-sandbox

Or this attribute added to a .json config:

puppeteerArgs: [ "--no-sandbox", "--disable-setuid-sandbox" ]

This PR is related to the following issue(s):

Testing reference:

I have conducted the following for this PR:

  • I validated this fix in my local env
  • I provided details for testing
  • This PR has been reviewed and is ready for test
  • I understand that the title of this PR will be used for the next release notes.

Assets to aide review attached

  • NA Links to design artifacts
  • NA Links to video walkthrough of user experience
  • NA Other

Definition of Done

  • Peer review complete
  • Secondary review complete
  • Staging deployment verified

shunguoy
shunguoy previously approved these changes Apr 17, 2025
@philljenkins
Copy link
Contributor

When testing in Chrome vs Firefox on Altoro Mutual demo site, results are the same

@philljenkins
Copy link
Contributor

Same results in
v3.x #2251
v4.x #2252

@philljenkins philljenkins merged commit c4504e3 into main-4.x Apr 22, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Accessibility Checker fails when running in Ubuntu latest version 24.4

4 participants