mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 02:22:09 +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