Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

fix(connection): disable caching when on an insecure connection #194

Merged
merged 1 commit into from Jul 23, 2019

Commits on Jul 18, 2019

  1. fix(connection): disable caching when on an insecure connection

    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 apache-superset#193
    schoel-bis committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    4c9e253 View commit details
    Browse the repository at this point in the history