Security Issue : Collections visible on the client

MiniMongo stores all registered collections on the client computer. While these collections contain no data without publishing the data - it is not ideal to have all database collection names visible via miniMongoExplorer etc.

Is there a way to prevent this - ie that the miniMongo should only hold collections which have held previously published data.

You should only ever publish data the client is allowed to see.

Use imports and in the client bundle only import the collections that you want the client to see