Move allowed node attrs to config file, apply automatically #634
Reference in New Issue
Block a user
Delete Branch "dev/allowed_node_attrs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This moves the whitelist for nodes' "normal" attributes to a config file, which is loaded live during every run and applied in memory in case the node's local file hasn't been updated before the client run.
Fixes allowed attributes being overwritten/removed in the node info JSON files.