-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update frontend Conflicts: homeassistant/components/frontend/version.py homeassistant/components/frontend/www_static/core.js.gz homeassistant/components/frontend/www_static/frontend.html homeassistant/components/frontend/www_static/frontend.html.gz homeassistant/components/frontend/www_static/home-assistant-polymer homeassistant/components/frontend/www_static/service_worker.js homeassistant/components/frontend/www_static/service_worker.js.gz * Add a default OPTIONS handler for wsgi (#2301) When a browser makes a CORS request, it often makes a 'preflight' options request in order to make sure the resource is valid, and that it has the right CORS access. This adds a default OPTIONS handler for all views. If a view needs to customize the OPTIONS handler for some reason, it's free to, but this way CORS will work. * Version bump to 0.21.2
- Loading branch information
Showing
12 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""DO NOT MODIFY. Auto-generated by build_frontend script.""" | ||
CORE = "88b6966e3a74256ecca41ed8ad005c34" | ||
UI = "c6fc10efa7789ab041a1bb0b6849eb6b" | ||
CORE = "7962327e4a29e51d4a6f4ee6cca9acc3" | ||
UI = "570e1b8744a58024fc4e256f5e024424" |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
homeassistant/components/frontend/www_static/frontend.html.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
homeassistant/components/frontend/www_static/home-assistant-polymer
Submodule home-assistant-polymer
updated
from f0466f to 0e6dc2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3 Bytes
(100%)
homeassistant/components/frontend/www_static/service_worker.js.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters