summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils/query_param.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/utils/query_param.hpp')
-rw-r--r--redfish-core/include/utils/query_param.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/include/utils/query_param.hpp b/redfish-core/include/utils/query_param.hpp
index f51993ea90..45cb43bb48 100644
--- a/redfish-core/include/utils/query_param.hpp
+++ b/redfish-core/include/utils/query_param.hpp
@@ -431,7 +431,7 @@ inline std::optional<Query>
return std::nullopt;
}
}
- else if (key == "$select" && bmcwebInsecureEnableQueryParams)
+ else if (key == "$select")
{
if (!getSelectParam(value, ret))
{