fix(build-security): do not expose hostname to build framents (#7491)
Refs #7446
This commit is contained in:
@@ -69,7 +69,6 @@ export default function buildConfig(
|
||||
PACKAGE_VERSION: pkg.version,
|
||||
GIT_COMMIT: gitInfo.hash,
|
||||
GIT_DIRTY: gitInfo.dirty,
|
||||
HOSTNAME: os.hostname(),
|
||||
BUILD_TIME: new Date().toUTCString(),
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user