mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
[WebUI]: Implement CSRF defense
Bump API version
This commit is contained in:
committed by
sledgehammer999
parent
34c7465009
commit
087856d3d8
@@ -50,7 +50,7 @@
|
||||
#include "webapplication.h"
|
||||
|
||||
static const int API_VERSION = 14;
|
||||
static const int API_VERSION_MIN = 13;
|
||||
static const int API_VERSION_MIN = 14;
|
||||
|
||||
const QString WWW_FOLDER = ":/www/public/";
|
||||
const QString PRIVATE_FOLDER = ":/www/private/";
|
||||
|
||||
Reference in New Issue
Block a user