Skip to content

Commit

Permalink
Removed sStore and lStore parameters in identity
Browse files Browse the repository at this point in the history
  • Loading branch information
hatz2 committed Sep 7, 2023
1 parent bbfc3b9 commit db466af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Launcher/src/auth/blackbox.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "blackbox.h"

const QStringList BlackBox::BLACKBOX_FIELDS = {"v", "tz", "dnt", "product", "osType", "app", "vendor", "mem", "con", "lang", "plugins", "gpu", "fonts", "audioC", "width", "height", "depth", "lStore", "sStore", "video", "audio", "media", "permissions", "audioFP", "webglFP", "canvasFP", "creation", "uuid", "d", "osVersion", "vector", "userAgent", "serverTimeInMS", "request"};
const QStringList BlackBox::BLACKBOX_FIELDS = {"v", "tz", "dnt", "product", "osType", "app", "vendor", "mem", "con", "lang", "plugins", "gpu", "fonts", "audioC", "width", "height", "depth", "video", "audio", "media", "permissions", "audioFP", "webglFP", "canvasFP", "creation", "uuid", "d", "osVersion", "vector", "userAgent", "serverTimeInMS", "request"};

BlackBox::BlackBox(const std::shared_ptr<Identity> &ident, const QJsonValue &req)
: identity(ident)
Expand Down

0 comments on commit db466af

Please sign in to comment.