Skip to content

Commit

Permalink
Removing x-powered-by from registry (#1889)
Browse files Browse the repository at this point in the history
Co-authored-by: fern <[email protected]>
  • Loading branch information
dubwub and fern authored Dec 12, 2024
1 parent 0289e92 commit 949ec0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/fdr/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const PORT = 8080;
const config = getConfig();

const expressApp = express();
expressApp.disable("x-powered-by");

// ========= Init Sentry =========
Sentry.init({
Expand Down

0 comments on commit 949ec0c

Please sign in to comment.