NightPhawks / minetest-discord-webhook

Send report from minetest to discord using webhook
GNU Lesser General Public License v2.1
1 stars 0 forks source link

[BUG] Possible Security Concern for Minetest Game Server 5.4.1 #1

Open FriendlyGamer opened 3 years ago

FriendlyGamer commented 3 years ago

Describe the bug Says HTTP API Unavailable unless configured for unless configured under secure.trusted_mods = discord_webhook instead of secure.http_mods = discord_webhook

Steps to reproduce the behavior:

  1. Install and enable mod through minetest.conf and world.mt normally for a 5.4.1 server
  2. in minetest.conf only setting secure.http_mods = discord_webhook
  3. Start server and observe error of HTTP API Unavailable on init.lua:3 during start up/crash.

Expected behavior To start the server normally with the mod with with the secure.http_mods configuration option for possibly better security.

Info (please complete the following information):

Please do let me know and thanks very much in advance!

NightPhawks commented 3 years ago

I sorry but I cannot replicate the but according to the info you have given. Both secure.http_mods and secure.trusted_mods work fine for me with the same version as your.

FriendlyGamer commented 3 years ago

I sorry but I cannot replicate the but according to the info you have given. Both secure.http_mods and secure.trusted_mods work fine for me with the same version as your.

I understand, is it possible that my dockerized setup might be at fault then? If so it possible to help me understand how I can debug this further so I can understand what might be the root causes of this on my end?