mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Allow all addons to access /host/info endpoint (#1885)
This commit is contained in:
parent
19ca485c28
commit
f27a426879
@ -49,6 +49,7 @@ ADDONS_API_BYPASS = re.compile(
|
||||
r"|/services.*"
|
||||
r"|/discovery.*"
|
||||
r"|/auth"
|
||||
r"|/host/info"
|
||||
r")$"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user