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

added image/webp to allowed content-types

parent c3bd44f9
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,8 @@ class ProxyController extends Controller
case 'image/png':
case 'image/jpeg':
case 'image/gif':
case 'image/webp':
case 'image/vnd.microsoft.icon':
case 'application/font-woff':
case 'application/x-font-woff':
case 'application/x-empty':
......@@ -269,7 +271,6 @@ class ProxyController extends Controller
case 'text/plain':
case 'image/x-icon':
case 'font/eot':
case 'image/vnd.microsoft.icon':
case 'application/vnd.ms-fontobject':
case 'application/x-font-ttf':
case 'application/x-www-form-urlencoded':
......
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