Skip to content

Commit

Permalink
- Disabled web technology fingerprinting
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu authored and dennyabrain committed Aug 23, 2023
1 parent 12002fb commit 5d18389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser-extension/api-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const express = require("express");
const app = express();
app.disable("x-powered-by");
const port = 3000;
const cors = require("cors");
const { upload } = require("./s3");
Expand Down

0 comments on commit 5d18389

Please sign in to comment.