Swallow the sandbox error from Firefox (#4518)

This commit is contained in:
Peter Hedenskog 2025-05-23 09:15:46 +02:00 committed by GitHub
parent d09bdee115
commit 28706230a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
firefox --version
firefox --version 2>/dev/null
SITESPEEDIO=/usr/src/app/bin/sitespeed.js

View File

@ -8,7 +8,7 @@ elif [[ `which chromium-browser` ]]; then
fi
if [[ `which firefox` ]]; then
firefox --version
firefox --version 2>/dev/null
fi
if [[ `which microsoft-edge` ]]; then