Skip to content

Commit 4ec6444

Browse files
committed
fix(build-security): do not expose hostname to build framents
Refs #7446
1 parent 5029b81 commit 4ec6444

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack/_config-builder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export default function buildConfig(
6969
PACKAGE_VERSION: pkg.version,
7070
GIT_COMMIT: gitInfo.hash,
7171
GIT_DIRTY: gitInfo.dirty,
72-
HOSTNAME: os.hostname(),
7372
BUILD_TIME: new Date().toUTCString(),
7473
}),
7574
}),

0 commit comments

Comments
 (0)