Frontend created and rewritten a few times, with some backend fixes #1
|
@ -96,6 +96,10 @@ def _load_wwwroot(www):
|
|||
if name in www and www[name][2]["etag"] == etag:
|
||||
wwwnew[name] = www[name]
|
||||
continue
|
||||
# Add charset definition
|
||||
if mime.startswith("text/"):
|
||||
mime = f"{mime}; charset=UTF-8"
|
||||
# Asset files names will change whenever the content changes
|
||||
cached = name.startswith("assets/")
|
||||
headers = {
|
||||
"etag": etag,
|
||||
|
|
Loading…
Reference in New Issue
Block a user