diff --git a/HISTORY.md b/HISTORY.md index 3580d4ad..0a226405 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,7 @@ unreleased * Add new upstream MIME types * Fix some incorrect OOXML types + * Remove `application/font-woff2` 1.32.0 / 2017-11-29 =================== diff --git a/db.json b/db.json index 13d770bf..62c507a3 100644 --- a/db.json +++ b/db.json @@ -387,10 +387,6 @@ "compressible": false, "extensions": ["woff"] }, - "application/font-woff2": { - "compressible": false, - "extensions": ["woff2"] - }, "application/framework-attributes+xml": { "source": "iana" }, diff --git a/src/custom-types.json b/src/custom-types.json index 87b513fb..d72a7b74 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -44,14 +44,6 @@ ], "notes": "File type is already a binary compressed format." }, - "application/font-woff2": { - "compressible": false, - "extensions": ["woff2"], - "sources": [ - "http://dev.w3.org/webfonts/WOFF2/spec/#IMT" - ], - "notes": "File type is already a binary compressed format." - }, "application/geo+json": { "compressible": true, "extensions": ["geojson"],