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

allowing video/mp4

parent f3a6f992
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,9 @@ class ProxyController extends Controller
case 'image/webp':
\App\PrometheusExporter::registerProxyPageCall("image");
break;
case 'video/mp4':
\App\PrometheusExporter::registerProxyPageCall("image");
break;
case 'application/font-woff':
case 'application/x-font-woff':
case 'font/woff2':
......
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