Validate URL on input instead of automatic rewrite of http to https

Change-Id: I3f3a9c5fb408af1f03ef876456133b331dc4cea3
This commit is contained in:
Michael Albert 2020-04-30 18:45:37 +02:00 committed by Manuel Stahl
parent 437fd70d6d
commit dd022eab04
4 changed files with 15 additions and 13 deletions

View file

@ -6,6 +6,8 @@ export default {
auth: {
homeserver: "Homeserver",
welcome: "Welcome to Synapse-admin",
protocol_error: "URL has to start with 'http://' or 'https://'",
url_error: "Not a valid Matrix server URL",
},
users: {
invalid_user_id: