From b3af6c992011734b5f8ddd6480de595c0d0a3e74 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 31 Jul 2021 22:29:22 +0200 Subject: [PATCH] Change mime-type to text/javascript (#3415) Recommended by whatwg and draft-ietf-dispatch-javascript-mjs-09 (obsoletes RFC4329) --- system/config/media.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/media.yaml b/system/config/media.yaml index e5439d6d8..9c9918af2 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -207,7 +207,7 @@ types: js: type: file thumb: media/thumb-js.png - mime: application/javascript + mime: text/javascript json: type: file thumb: media/thumb-json.png