mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-03-05 00:18:30 +01:00
Update:Remove X-Powered-By express response headers
This commit is contained in:
parent
ea60f19e7a
commit
5bde320ac7
@ -60,6 +60,7 @@ class ApiRouter {
|
|||||||
this.musicFinder = new MusicFinder()
|
this.musicFinder = new MusicFinder()
|
||||||
|
|
||||||
this.router = express()
|
this.router = express()
|
||||||
|
this.router.disable('x-powered-by')
|
||||||
this.init()
|
this.init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ class HlsRouter {
|
|||||||
this.playbackSessionManager = playbackSessionManager
|
this.playbackSessionManager = playbackSessionManager
|
||||||
|
|
||||||
this.router = express()
|
this.router = express()
|
||||||
|
this.router.disable('x-powered-by')
|
||||||
this.init()
|
this.init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ class StaticRouter {
|
|||||||
this.db = db
|
this.db = db
|
||||||
|
|
||||||
this.router = express()
|
this.router = express()
|
||||||
|
this.router.disable('x-powered-by')
|
||||||
this.init()
|
this.init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user