mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-12-10 19:41:30 +01:00
Remove disable software rasterizer option for ARM builds
This commit is contained in:
@@ -140,7 +140,6 @@ def get_webdriver(proxy: dict = None) -> WebDriver:
|
||||
IS_ARMARCH = platform.machine().startswith(('arm', 'aarch'))
|
||||
if IS_ARMARCH:
|
||||
options.add_argument('--disable-gpu-sandbox')
|
||||
options.add_argument('--disable-software-rasterizer')
|
||||
options.add_argument('--ignore-certificate-errors')
|
||||
options.add_argument('--ignore-ssl-errors')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user