Skip to content

Commit

Permalink
Fixed sonarwhal.com issue: 'content-type' header should have 'charset…
Browse files Browse the repository at this point in the history
…=utf-8'
  • Loading branch information
laukstein committed Nov 15, 2017
1 parent 7067db6 commit db3d5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ~config/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ TraceEnable off
<FilesMatch ^manifest\.(json|webmanifest)$>
# Webapp Manifest https://w3c.github.io/manifest/
# Chrome Manifest https://developer.chrome.com/apps/manifest, https://developer.chrome.com/extensions/manifest
Header set Content-Type "application/manifest+json"
Header set Content-Type "application/manifest+json; charset=utf-8"
<IfModule expires_module>
ExpiresDefault "access plus 1 month"
Expand Down

0 comments on commit db3d5ff

Please sign in to comment.