Dashboard disable assets caching (#2025)

This commit is contained in:
Otto Winter 2021-07-16 10:22:42 +02:00 committed by GitHub
parent 799f04efc0
commit 442e58b07a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -782,7 +782,6 @@ def make_app(debug=get_bool_env(ENV_DEV)):
class StaticFileHandler(tornado.web.StaticFileHandler):
def set_extra_headers(self, path):
if debug:
self.set_header(
"Cache-Control", "no-store, no-cache, must-revalidate, max-age=0"
)