mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
[WebUI]: Implement CSRF defense
Bump API version
This commit is contained in:
parent
34c7465009
commit
087856d3d8
4 changed files with 45 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue