We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60b86d + 8facc38 commit 93c8816Copy full SHA for 93c8816
src/util/auth_tool.cpp
@@ -42,7 +42,8 @@ void AuthTool::FilterAndSetSignHeader(
42
"if-unmodified-since",
43
"origin",
44
"range",
45
- "transfer-encoding"
+ "transfer-encoding",
46
+ "pic-operations"
47
};
48
for (std::map<std::string, std::string>::const_iterator itr = headers.begin();
49
itr != headers.end(); ++itr) {
0 commit comments