mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
[WebUI]: Implement CSRF defense
Bump API version
This commit is contained in:
committed by
sledgehammer999
parent
dc315c080b
commit
7c2437e5f2
@@ -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