From fe649255f2a13d371b01d732b342495a6db7c315 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:42:08 +0100 Subject: [PATCH] Revert "Fix Chrome GL erros in ASUSTOR NAS" This reverts commit 8316350b98dd4b581abf2328c8bf6edeeefbdb87. --- src/utils.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/utils.py b/src/utils.py index ac32648..d73bf0a 100644 --- a/src/utils.py +++ b/src/utils.py @@ -143,11 +143,6 @@ def get_webdriver(proxy: dict = None) -> WebDriver: options.add_argument('--disable-software-rasterizer') options.add_argument('--ignore-certificate-errors') options.add_argument('--ignore-ssl-errors') - # fix GL errors in ASUSTOR NAS - # https://github.com/FlareSolverr/FlareSolverr/issues/782 - # https://github.com/microsoft/vscode/issues/127800#issuecomment-873342069 - # https://peter.sh/experiments/chromium-command-line-switches/#use-gl - options.add_argument('--use-gl=swiftshader') language = os.environ.get('LANG', None) if language is not None: