mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-03 12:00:20 +01:00
Merge pull request #1421 from lkiesow/fingerprinting
Reduce Fingerprinting
This commit is contained in:
commit
10677d6fb0
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user