Don't require CSRF token for POSTs if the request uses HTTP Basic auth.

See #946
This commit is contained in:
Alexey Sokolov
2015-04-16 20:57:29 +01:00
parent 7719213ea6
commit 144f7984e4
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -106,6 +106,7 @@ protected:
bool m_bLoggedIn;
bool m_bPost;
bool m_bDone;
bool m_bBasicAuth;
unsigned long m_uPostLen;
CString m_sPostData;
CString m_sURI;