From 8adfe7443ef54e2b4f7b38f2a0392d6204b3c1e4 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 6 Jul 2016 19:09:40 +0200 Subject: [PATCH] Add optional setting for denying mutable hooks --- imagrc.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/imagrc.toml b/imagrc.toml index 148e53d0..5453e9d8 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -24,6 +24,7 @@ post-delete-hook-aspects = [ "debug" ] [[aspects.debug]] parallel = false +mutable_hooks = false [store.hooks]