mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Merge pull request #1421 from lkiesow/fingerprinting
Reduce Fingerprinting
This commit is contained in:
@@ -142,6 +142,7 @@ class Server {
|
||||
const app = express()
|
||||
const router = express.Router()
|
||||
app.use(global.RouterBasePath, router)
|
||||
app.disable('x-powered-by')
|
||||
|
||||
this.server = http.createServer(app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user