aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKevin Lanni <therealklanni@gmail.com>2020-06-24 20:33:51 -0700
committerKevin Lanni <therealklanni@gmail.com>2020-06-24 20:33:51 -0700
commitc2f2eaf8ccd52f79612ee51160cb1e1c8e41a9f7 (patch)
treebdc0c344b3d7a3fd85cdbcde9b28959a731b4b86 /lib
parenta29c866292178528b92fdca1171e61e3912d766a (diff)
downloadnextcloud-server-c2f2eaf8ccd52f79612ee51160cb1e1c8e41a9f7.tar.gz
nextcloud-server-c2f2eaf8ccd52f79612ee51160cb1e1c8e41a9f7.zip
Add audio formats to htaccess
Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup.php b/lib/private/Setup.php
index 856ed1d7885..775c2d0a952 100644
--- a/lib/private/Setup.php
+++ b/lib/private/Setup.php
@@ -528,7 +528,7 @@ class Setup {
$content .= "\n Options -MultiViews";
$content .= "\n RewriteRule ^core/js/oc.js$ index.php [PT,E=PATH_INFO:$1]";
$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|woff2?|ico|jpg|jpeg|map|webm|mp4)$";
+ $content .= "\n RewriteCond %{REQUEST_FILENAME} !\\.(css|js|svg|gif|png|html|ttf|woff2?|ico|jpg|jpeg|map|webm|mp4|mp3|ogg|wav)$";
$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";