Merge pull request #110 from Hades32/patch-1
Prevent ALL access to $SYS from outside localhost.
This commit is contained in:
commit
fc386ec27e
|
@ -20,7 +20,7 @@
|
|||
|
||||
{allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}.
|
||||
|
||||
{deny, all, subscribe, [{eq, "$SYS/#"}, {eq, "#"}]}.
|
||||
{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
|
||||
|
||||
{allow, all}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue