summaryrefslogtreecommitdiff
path: root/data/freedesktop.org.xml.in
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2023-09-16 11:54:27 -0600
committerDavid Faure <faure@kde.org>2023-09-17 16:57:20 +0000
commit3060a07a08d8db50dac7cd20d7b0540080eb06f6 (patch)
treec14442e489a17b20ea3ef01b5a76b2be4d84f6e9 /data/freedesktop.org.xml.in
parent26e42bb90c9747702ce5c29c231e5244751e401b (diff)
Lengthen image/png magic
https://www.iana.org/assignments/media-types/image/png https://www.w3.org/TR/png-3/#3PNGsignature
Diffstat (limited to 'data/freedesktop.org.xml.in')
-rw-r--r--data/freedesktop.org.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 783b66b..3582c5f 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -5316,7 +5316,7 @@ command to generate the output files.
<acronym>PNG</acronym>
<expanded-acronym>Portable Network Graphics</expanded-acronym>
<magic>
- <match type="string" value="\x89PNG" offset="0"/>
+ <match type="string" value="\x89PNG\r\n\x1A\n" offset="0"/>
</magic>
<glob pattern="*.png"/>
</mime-type>