aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-07-21 12:07:57 +0000
committerMario <mario@mariovavti.com>2023-07-21 12:07:57 +0000
commitc721bc672c83700bdfcc43da067d6321f11469be (patch)
tree532e85eb9e8fa69c500a2c703af1582560ef9ffa
parent931b876b44eb22ca470ecd068f3d53e226f635ff (diff)
parent87b91e502361d3efeb78d243baca93b0764cfc15 (diff)
downloadvolse-hubzilla-c721bc672c83700bdfcc43da067d6321f11469be.tar.gz
volse-hubzilla-c721bc672c83700bdfcc43da067d6321f11469be.tar.bz2
volse-hubzilla-c721bc672c83700bdfcc43da067d6321f11469be.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 82da0faaa..95726d9f6 100644
--- a/boot.php
+++ b/boot.php
@@ -942,7 +942,8 @@ class App {
'ttf' => 'font/ttf',
'woff' => 'font/woff',
'woff2' => 'font/woff2',
- 'svg' => 'image/svg+xml'
+ 'svg' => 'image/svg+xml',
+ 'jsonld' => 'application/ld+json'
];
if (array_key_exists($filext, $serve_rawfiles) && file_exists(self::$cmd)) {