mattermost/mattermost

403 on getPrevTrialLicense

Open

#30,551 opened on 2025年3月24日

GitHub で見る
 (5 comments) (0 reactions) (1 assignee)TypeScript (32,880 stars) (7,823 forks)batch import
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 Image

The function that originates this erroneous call is the OnBoardingTaskList, which gets called even if we deactivate the onboarding task list Image

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.

コントリビューターガイド

403 on getPrevTrialLicense · mattermost/mattermost#30551 | Good First Issue