fix: web-prefixes function (#17239)

This commit is contained in:
Mustafa Ateş Uzun 2023-09-11 13:37:24 +03:00 committed by GitHub
parent 0842a97cac
commit 599cf0fb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
(def uri-schemes ["status-im://" "status-im:"])
(def web-prefixes ["https://" "http://" "https://www." "http://wwww."])
(def web-prefixes ["https://" "http://" "https://www." "http://www."])
(def web2-domain "join.status.im")