Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlareSolverr/FlareSolverr
/ get_config_headless
Function
get_config_headless
src/utils.py:27–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
26
27
def
get_config_headless() -> bool:
28
return
os.environ.get(
'HEADLESS'
,
'true'
).lower() ==
'true'
29
30
31
def
get_config_disable_media() -> bool:
Callers
1
get_webdriver
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected