diff options
author | Mario <mario@mariovavti.com> | 2023-07-21 12:07:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-21 12:07:57 +0000 |
commit | c721bc672c83700bdfcc43da067d6321f11469be (patch) | |
tree | 532e85eb9e8fa69c500a2c703af1582560ef9ffa | |
parent | 931b876b44eb22ca470ecd068f3d53e226f635ff (diff) | |
parent | 87b91e502361d3efeb78d243baca93b0764cfc15 (diff) | |
download | volse-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.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) { |