mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
Add utf-8 charset to ui .json Mime Type
This commit is contained in:
parent
46791ee34c
commit
fe098f5371
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ var (
|
|||
".jpeg": "image/jpeg",
|
||||
".jpg": "image/jpeg",
|
||||
".js": "text/javascript; charset=utf-8",
|
||||
".json": "application/json",
|
||||
".json": "application/json; charset=utf-8",
|
||||
".m3u": "audio/mpegurl",
|
||||
".m4a": "audio/mpeg",
|
||||
".md": "text/markdown; charset=utf-8",
|
||||
|
|
Loading…
Add table
Reference in a new issue