Update:Remove X-Powered-By express response headers

This commit is contained in:
advplyr 2023-02-01 14:34:01 -06:00
parent ea60f19e7a
commit 5bde320ac7
3 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,7 @@ class HlsRouter {
this.playbackSessionManager = playbackSessionManager
this.router = express()
this.router.disable('x-powered-by')
this.init()
}