diff options
| author | Liam Mitchell <[email protected]> | 2026-03-04 17:52:54 -0800 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2026-03-04 17:52:54 -0800 |
| commit | 1cd70d1e875c2331d8a3c57aa8b0fd7267a63973 (patch) | |
| tree | a8a70a2e2dc775f76578d19b4cdc04f1a8824265 /src/zenserver/storage/storageconfig.h | |
| parent | Restore debug logging in zenserver tests (diff) | |
| download | zen-1cd70d1e875c2331d8a3c57aa8b0fd7267a63973.tar.xz zen-1cd70d1e875c2331d8a3c57aa8b0fd7267a63973.zip | |
Allow requests with invalid content-types unless specified in command line or config
Diffstat (limited to 'src/zenserver/storage/storageconfig.h')
| -rw-r--r-- | src/zenserver/storage/storageconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/storage/storageconfig.h b/src/zenserver/storage/storageconfig.h index d59d05cf6..bc2dc78c9 100644 --- a/src/zenserver/storage/storageconfig.h +++ b/src/zenserver/storage/storageconfig.h @@ -157,6 +157,7 @@ struct ZenStorageServerConfig : public ZenServerConfig std::filesystem::path PluginsConfigFile; // Path to plugins config file bool ObjectStoreEnabled = false; std::string ScrubOptions; + bool RestrictContentTypes = false; }; struct ZenStorageServerCmdLineOptions |