Merge remote-tracking branch 'origin/master' into dev
Conflicts: homeassistant/bootstrap.py homeassistant/components/frontend/version.py homeassistant/const.pypull/1862/head
commit
4abbbf0f50
|
@ -1,2 +1,2 @@
|
|||
"""DO NOT MODIFY. Auto-generated by build_frontend script."""
|
||||
VERSION = "ffd8a1bde5ba13f300c3d6ad32036526"
|
||||
VERSION = "b9460e6bbf5549236815d94f1c1c98b9"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -222,6 +222,10 @@ class RequestHandler(SimpleHTTPRequestHandler):
|
|||
if url.path not in [URL_ROOT, URL_API_EVENT_FORWARD]:
|
||||
data.pop(DATA_API_PASSWORD, None)
|
||||
|
||||
# we really shouldn't need to forward the password from here
|
||||
if url.path not in [URL_ROOT, URL_API_EVENT_FORWARD]:
|
||||
data.pop(DATA_API_PASSWORD, None)
|
||||
|
||||
if '_METHOD' in data:
|
||||
method = data.pop('_METHOD')
|
||||
|
||||
|
|
Loading…
Reference in New Issue