Skip to content
Snippets Groups Projects
Commit b8db745a authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added new mime types

parent 0551c9e7
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,7 @@ class ProxyController extends Controller
break;
case 'image/png':
case 'image/jpeg':
case 'image/jpg': // Not a valid jpeg mimetype but browsers support it
case 'image/gif':
case 'image/vnd.microsoft.icon':
case 'image/svg+xml':
......@@ -305,6 +306,7 @@ class ProxyController extends Controller
\App\PrometheusExporter::registerProxyPageCall("video");
break;
case 'application/font-woff':
case 'application/font-woff2':
case 'application/x-font-woff':
case 'font/woff2':
case 'font/eot':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment