Skip to content

Commit

Permalink
remove header x-powered-by for WASA remediation (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwise-va authored Dec 12, 2023
1 parent 6c94444 commit 0133590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function runServer(argv) {
.then(handleMetadata(argv))
.then(() => {
const app = express();
app.disable("x-powered-by");
const httpServer = http.createServer(app);
const spConfigs = { id_me: new SPConfig(argv) };
strategies.set("id_me", createPassportStrategy(spConfigs.id_me));
Expand Down

0 comments on commit 0133590

Please sign in to comment.