Skip to content

Commit 8facc38

Browse files
author
wqingzhang
committed
图片处理Pic-Operations头签入签名
1 parent c8de3cc commit 8facc38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/auth_tool.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ void AuthTool::FilterAndSetSignHeader(
4242
"if-unmodified-since",
4343
"origin",
4444
"range",
45-
"transfer-encoding"
45+
"transfer-encoding",
46+
"pic-operations"
4647
};
4748
for (std::map<std::string, std::string>::const_iterator itr = headers.begin();
4849
itr != headers.end(); ++itr) {

0 commit comments

Comments
 (0)