]> source.dussan.org Git - nextcloud-server.git/commitdiff
Don't redirect requests to /core/img/manifest.json 4750/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 8 May 2017 22:02:37 +0000 (00:02 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 8 May 2017 22:02:37 +0000 (00:02 +0200)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
lib/private/Setup.php

index b1cf289d9aa7ca2f4806953a03e1d02142560df2..b8a861fd296304df88c2369b61ef4931cb1fc2be 100644 (file)
@@ -462,6 +462,7 @@ class Setup {
                        $content .= "\n  RewriteRule ^core/preview.png$ index.php [PT,E=PATH_INFO:$1]";
                        $content .= "\n  RewriteCond %{REQUEST_FILENAME} !\\.(css|js|svg|gif|png|html|ttf|woff|ico|jpg|jpeg)$";
                        $content .= "\n  RewriteCond %{REQUEST_FILENAME} !core/img/favicon.ico$";
+                       $content .= "\n  RewriteCond %{REQUEST_FILENAME} !core/img/manifest.json$";
                        $content .= "\n  RewriteCond %{REQUEST_FILENAME} !/remote.php";
                        $content .= "\n  RewriteCond %{REQUEST_FILENAME} !/public.php";
                        $content .= "\n  RewriteCond %{REQUEST_FILENAME} !/cron.php";