mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-11-07 22:01:26 +00:00
Allow non-wildcard bodies for POST
This commit is contained in:
parent
83c704cb41
commit
2fd0fdf5f5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user