mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56: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"|/services.*"
|
||||||
r"|/discovery.*"
|
r"|/discovery.*"
|
||||||
r"|/auth"
|
r"|/auth"
|
||||||
|
r"|/host/info"
|
||||||
r")$"
|
r")$"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user