[WebUI]: Implement CSRF defense

Bump API version
This commit is contained in:
Chocobo1 2017-05-12 14:46:32 +08:00 committed by sledgehammer999
parent 34c7465009
commit 087856d3d8
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
4 changed files with 45 additions and 1 deletions

View file

@ -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/";