csharpfritz / Fritz.StreamTools

Handy tools for managing my live stream, built with ASP.NET Core
MIT License
149 stars 73 forks source link

Friztbot URL Checking #95

Open ipartington opened 6 years ago

ipartington commented 6 years ago

Could we setup Fritzbot to allow only certain URL's into the chat window.

List allowed url's in the config

csharpfritz commented 6 years ago

Great idea! This is tip-toeing right up to the need for a database. I could see using HttpClient to inspect the URL for more details.

csharpfritz commented 6 years ago

We have added a feature to inspect images posted in the chatroom and report on their contents. We need to do a little more work to review links to websites