mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Hassio update timeout filter list (#12617)
* Update timeout filter list * Update http.py
This commit is contained in:
parent
c3d322f26c
commit
5a80d4e5ea
@ -31,6 +31,8 @@ NO_TIMEOUT = {
|
|||||||
re.compile(r'^addons/[^/]*/rebuild$'),
|
re.compile(r'^addons/[^/]*/rebuild$'),
|
||||||
re.compile(r'^snapshots/.*/full$'),
|
re.compile(r'^snapshots/.*/full$'),
|
||||||
re.compile(r'^snapshots/.*/partial$'),
|
re.compile(r'^snapshots/.*/partial$'),
|
||||||
|
re.compile(r'^snapshots/[^/]*/upload$'),
|
||||||
|
re.compile(r'^snapshots/[^/]*/download$'),
|
||||||
}
|
}
|
||||||
|
|
||||||
NO_AUTH = {
|
NO_AUTH = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user