Skip to content

Commit 99a3219

Browse files
committed
update server constants to match agent defaults
1 parent a10d95d commit 99a3219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing-server/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const enabledFeature = { enabled, autoStart }
5757
module.exports.defaultInitBlock = {
5858
ajax: { deny_list: [], block_internal: false, ...enabledFeature },
5959
api: {
60-
allow_registered_children: true,
60+
allow_registered_children: false,
6161
duplicate_registered_data: false // if an array of entity guids are supplied, can be more granular - true|false will be all or nothing
6262
},
6363
distributed_tracing: {},

0 commit comments

Comments
 (0)