mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Don't require CSRF token for POSTs if the request uses HTTP Basic auth.
See #946
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user