Skip to content

Commit 584f3dc

Browse files
APM-6214 disable version exposure as per sonarcloud
1 parent 1d85df9 commit 584f3dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docker/hello-world-sandbox/src

docker/hello-world-sandbox/src/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const express = require('express');
22

33
const app = express();
4+
app.disable("x-powered-by");
45
const PORT = process.env.PORT || 9000;
56

67

0 commit comments

Comments
 (0)