From 33808cfca752cdda57abf47e81ecbbfb0b60f6d6 Mon Sep 17 00:00:00 2001 From: Adrian Maraj <119583904+adrima01@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:58:52 +0200 Subject: [PATCH] Update generic.json.sample --- config/generic.json.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/generic.json.sample b/config/generic.json.sample index fffaada7..3d3eb4f8 100644 --- a/config/generic.json.sample +++ b/config/generic.json.sample @@ -117,6 +117,7 @@ "max_tree_create_time": "The max time the generation of a tree is allowed to take", "s3fs": "The config to access a S3FS instance with the s3fs python module - it is not integrated properly for now as it requires urllib < 2.0 which is a non-started at this stage.", "index_everything": "If true, index every capture, even if it's not public. This feature requires a dedicated kvrocks instance, and is only accessible when logged-in as admin.", - "ignore_sri": "If true, the sri values are ignored and not calculated so that there are no problems while developing and testing." + "ignore_sri": "If true, the sri values are ignored and not calculated so that there are no problems while developing and testing.", + "enable_takedown_form": "If true, a form for simplified takedown will be enabled." } }