summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 31095007f0..c1beb25e69 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -318,7 +318,7 @@ option(
option(
'insecure-ignore-content-type',
type: 'feature',
- value: 'enabled',
+ value: 'disabled',
description: '''Allows parsing PUT/POST/PATCH content as JSON regardless
of the presence of the content-type header. Enabling this
conflicts with the input parsing guidelines, but may be