Don't redirect requests to /core/img/manifest.json

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/4750/head
Lukas Reschke 8 years ago
parent 9d8e9b1efb
commit ccd0ded812
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 1
      lib/private/Setup.php

@ -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";

Loading…
Cancel
Save