Skip to content

Commit

Permalink
Force text/xml when serving xsig files.
Browse files Browse the repository at this point in the history
------
Forzado el tipo text/xml cuando se sirven archivo xsig.
  • Loading branch information
NeoRazorX committed May 8, 2022
1 parent 5423562 commit fd6f2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/App/AppRouter.php
Expand Up @@ -233,6 +233,7 @@ private function getMime(string $filePath): string
return 'application/javascript';

case 'xml':
case 'xsig':
return 'text/xml';
}

Expand Down

0 comments on commit fd6f2dc

Please sign in to comment.