Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen authored Sep 7, 2023
1 parent b814adc commit b7dbd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/express/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Promise.all([plugins.dbConnection(countlyConfig), plugins.dbConnection("countly_

var app = express();
app = expose(app);
//app.enable('trust proxy');
app.enable('trust proxy');
app.set('x-powered-by', false);
const limiter = rateLimit({
windowMs: parseInt(plugins.getConfig("security").dashboard_rate_limit_window) * 1000,
Expand Down

0 comments on commit b7dbd5d

Please sign in to comment.