summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ecc7aebc22..52c3e6cefb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -293,6 +293,17 @@ option(
)
option(
+ 'insecure-ignore-content-type',
+ type: 'feature',
+ value: 'enabled',
+ 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
+ required to support old clients that may not set the
+ Content-Type header on payloads.'''
+)
+
+option(
'insecure-push-style-notification',
type: 'feature',
value: 'disabled',