diff --git a/src/util/auth_tool.cpp b/src/util/auth_tool.cpp index f35fbd2..9eab264 100644 --- a/src/util/auth_tool.cpp +++ b/src/util/auth_tool.cpp @@ -42,7 +42,8 @@ void AuthTool::FilterAndSetSignHeader( "if-unmodified-since", "origin", "range", - "transfer-encoding" + "transfer-encoding", + "pic-operations" }; for (std::map::const_iterator itr = headers.begin(); itr != headers.end(); ++itr) {