mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
Update:Remove X-Powered-By express response headers
This commit is contained in:
parent
ea60f19e7a
commit
5bde320ac7
3 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,7 @@ class HlsRouter {
|
|||
this.playbackSessionManager = playbackSessionManager
|
||||
|
||||
this.router = express()
|
||||
this.router.disable('x-powered-by')
|
||||
this.init()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue