Add optional setting for denying mutable hooks
This commit is contained in:
parent
dd4349f24f
commit
8adfe7443e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ post-delete-hook-aspects = [ "debug" ]
|
||||||
|
|
||||||
[[aspects.debug]]
|
[[aspects.debug]]
|
||||||
parallel = false
|
parallel = false
|
||||||
|
mutable_hooks = false
|
||||||
|
|
||||||
[store.hooks]
|
[store.hooks]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue