Skip to content

Commit 61f93dd

Browse files
committed
CL-1543 | Remove server header from express app
1 parent 077b18d commit 61f93dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/cloud-function/cloud-functions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class CloudFunctions {
6060
this.transformAndSegregateResourcesByRoutes(cloudFunctionResources);
6161

6262
const app = express();
63+
app.disable('x-powered-by');
6364

6465
await this.applyAppRouter(exactRouteResources, app);
6566
await this.applyAppRouter(dynamicRouteResources, app);

0 commit comments

Comments
 (0)