discordextremelist / website

The official source code for the website side of DEL!
https://discordextremelist.xyz
GNU Affero General Public License v3.0
75 stars 28 forks source link

Privacy Policy field show error if HTTP url inputted #196

Open carolinaisslaying opened 3 years ago

carolinaisslaying commented 3 years ago

Currently the privacy policy input sends the following error:

You provided a privacy policy link or command that's too long. Do not put text into the Privacy Policy field, only put a URL or a bot command.

as it classifies it as text. Check if it is http before classifying it as text, and if it is http return error saying https only.