Skip to content

Commit

Permalink
Add the policy account Id to param whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Oct 21, 2024
1 parent ae92878 commit 2e17924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ static const set<string> PARAMS_WHITELIST = {
"policyID",
"companyName",
"companyWebsite",
"invoice"
"invoice",
"policyAccountID"
};

string addLogParams(string&& message, const map<string, string>& params) {
Expand Down

0 comments on commit 2e17924

Please sign in to comment.