Merge pull request #1421 from lkiesow/fingerprinting

Reduce Fingerprinting
This commit is contained in:
advplyr 2023-01-22 08:03:17 -06:00 committed by GitHub
commit 10677d6fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)