mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Fix cherrypy sending wrong Content-Type header for svg
This commit is contained in:
parent
4d5c3b6df0
commit
fd762e71de
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ def initialize(options):
|
||||||
'/images': {
|
'/images': {
|
||||||
'tools.staticdir.on': True,
|
'tools.staticdir.on': True,
|
||||||
'tools.staticdir.dir': "interfaces/default/images",
|
'tools.staticdir.dir': "interfaces/default/images",
|
||||||
|
'tools.staticdir.content_types': {'svg': 'image/svg+xml'},
|
||||||
'tools.caching.on': True,
|
'tools.caching.on': True,
|
||||||
'tools.caching.force': True,
|
'tools.caching.force': True,
|
||||||
'tools.caching.delay': 0,
|
'tools.caching.delay': 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue