Help Wanted
説明
Our free installation of Mattermost is generating 403 return codes every time it probes for a trial license. Specifically, this is the traceback for that 403 on a GET call to https://mattermost.*****.es/api/v4/trial-license/prev
The function that originates this erroneous call is the OnBoardingTaskList, which gets called even if we deactivate the onboarding task list
For us this is very problematic, because the 403 events are identified by our reverse proxy as an attacker trying to access disallowed pages. This results in users getting systematically blocked from accessing our instance.