From db868d0e3a79d98025e1997c970b4233c8921f7d Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 13 Jan 2020 13:08:37 -0800 Subject: [PATCH] security sticky note ALWAYS has to be unique, CRITICAL 7 letter fix --- gun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gun.js b/gun.js index c2ddb550..38832010 100644 --- a/gun.js +++ b/gun.js @@ -822,7 +822,7 @@ how: 'mem', put: node, $: gun, - _: faith // HNPERF: see disclaimer below + _: function(){} // HNPERF: see disclaimer below }); //if(0 < tmp){ return } root.on('get', msg);