Skip to content

Commit

Permalink
Merge pull request #149 from tencentyun/feature_wqingzhang_2887f6a8
Browse files Browse the repository at this point in the history
图片处理Pic-Operations头签入签名
  • Loading branch information
chen-honggang authored Dec 11, 2023
2 parents b60b86d + 8facc38 commit 93c8816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/auth_tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ void AuthTool::FilterAndSetSignHeader(
"if-unmodified-since",
"origin",
"range",
"transfer-encoding"
"transfer-encoding",
"pic-operations"
};
for (std::map<std::string, std::string>::const_iterator itr = headers.begin();
itr != headers.end(); ++itr) {
Expand Down

0 comments on commit 93c8816

Please sign in to comment.