mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Hassio update timeout filter list (#12617)
* Update timeout filter list * Update http.py
This commit is contained in:
committed by
Paulus Schoutsen
parent
c3d322f26c
commit
5a80d4e5ea
@@ -31,6 +31,8 @@ NO_TIMEOUT = {
|
||||
re.compile(r'^addons/[^/]*/rebuild$'),
|
||||
re.compile(r'^snapshots/.*/full$'),
|
||||
re.compile(r'^snapshots/.*/partial$'),
|
||||
re.compile(r'^snapshots/[^/]*/upload$'),
|
||||
re.compile(r'^snapshots/[^/]*/download$'),
|
||||
}
|
||||
|
||||
NO_AUTH = {
|
||||
|
Reference in New Issue
Block a user