Allow non-wildcard bodies for POST

This commit is contained in:
Mustafa Gezen 2023-08-27 06:01:44 +02:00
parent 83c704cb41
commit 2fd0fdf5f5
Signed by: mustafa
GPG Key ID: DCDF010D946438C1

View File

@ -21,6 +21,9 @@
- "core::0133::http-uri-parent"
- "core::0132::request-parent-required"
- "core::0133::request-parent-required"
# We want to allow certain POST methods to set body to something other than "*".
# Useful for non-JSON payloads.
- "core::0136::http-body"
- included_paths:
- "third_party/**/*.proto"
- "vendor/**/*.proto"