application/rss+xml fix

fixes #89
pull/85/head
Bálint Szekeres 2019-05-16 00:42:34 +02:00
parent 98133c4ccc
commit 48619a3358
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@
$scope.clipboardCopy = undefined; $scope.clipboardCopy = undefined;
$scope.gzipTypes = 'text/plain text/css text/xml application/json application/javascript application/xml+rss application/atom+xml image/svg+xml'; $scope.gzipTypes = 'text/plain text/css text/xml application/json application/javascript application/rss+xml application/atom+xml image/svg+xml';
$scope.extensions = { $scope.extensions = {
assets: 'css(\\.map)?|js(\\.map)?', assets: 'css(\\.map)?|js(\\.map)?',