jcsumlin / discord-ban-appeal

This is a ReactJS application that I made for any Discord server that wants to allow its users to appeal bans. It uses Oauth2 to prevent spam and Discord webhooks to alert moderators of new appeals. Moderators can approve those appeals directly from the webhook message if they want too! This application can be deployed and customized by anyone even with no prior coding knowledge!
https://wumpus-ban-appeal.netlify.app
MIT License
66 stars 71 forks source link

Repository URL environment variable can be the SSH variant. #29

Open jcsumlin opened 2 years ago

jcsumlin commented 2 years ago

It has been brought to my attention that the Netlify REPOSITORY_URL environment variable can be either the HTTPS url OR the SSH url. The Regex in the deny and block function need to support both.

jcsumlin commented 2 years ago

@EternalllZM