superset/superset-frontend/temporary_superset_ui
schoel-bis fb4a3c2ec5 fix(connection): disable caching when on an insecure connection (#194)
When the page is served over an insecure connection, some browsers (Firefox) will disable the
CacheStorage API for security reasons and will throw an error when an attempt is made to use it.
Thus, do not even attempt to use CacheStorage on such connections in the first place.

fix #193
2021-11-26 11:44:53 +08:00
..
superset-ui fix(connection): disable caching when on an insecure connection (#194) 2021-11-26 11:44:53 +08:00