Skip to content

Commit

Permalink
Avoid message
Browse files Browse the repository at this point in the history
 [GroupMarkerNotSet(crbug.com/242999)!:A06CA90F1C0C0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
  • Loading branch information
sbrunner authored and renovate[bot] committed Nov 4, 2024
1 parent 0a00214 commit 694ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/check-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function loaded(page, browser) {
}
(async () => {
const browser = await puppeteer.launch({
args: ['--no-sandbox', '--disable-web-security', '--single-process'],
args: ['--no-sandbox', '--disable-web-security', '--single-process', '--enable-unsafe-swiftshader'],
headless: true,
// Don't store the user data
userDataDir: '/dev/null',
Expand Down

0 comments on commit 694ab58

Please sign in to comment.