~sircmpwn/sr.ht-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
4 3

[PATCH core.sr.ht] Allow gemini and gopher URIs on profile

Details
Message ID
<160452715022.3053.4789663654831385299-0@git.sr.ht>
DKIM signature
missing
Download raw message
Patch: +2 -1
From: Alva <a@u8.is>

---
 srht/validation.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srht/validation.py b/srht/validation.py
index 5ff98cf..b42c8ef 100644
--- a/srht/validation.py
+++ b/srht/validation.py
@@ -152,8 +152,9 @@ class Validation:
        return value in self.source or value in self.files

def valid_url(url):
    allowed_schemes = ('http', 'https', 'gemini', 'gopher')
    try:
        u = parse.urlparse(url)
        return bool(u.scheme and u.netloc and u.scheme in ['http', 'https'])
        return bool(u.scheme and u.netloc and u.scheme in allowed_schemes)
    except:
        return False
-- 
2.26.2

[core.sr.ht/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<C6UTI06519FS.58V8LYU96859@cirno2>
In-Reply-To
<160452715022.3053.4789663654831385299-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
core.sr.ht/patches: SUCCESS in 4m26s

[Allow gemini and gopher URIs on profile][0] from [~alva][1]

[0]: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/14726
[1]: a@u8.is

✓ #334951 SUCCESS core.sr.ht/patches/alpine.yml    https://builds.sr.ht/~sircmpwn/job/334951
✓ #334953 SUCCESS core.sr.ht/patches/debian.yml    https://builds.sr.ht/~sircmpwn/job/334953
✓ #334952 SUCCESS core.sr.ht/patches/archlinux.yml https://builds.sr.ht/~sircmpwn/job/334952
Details
Message ID
<C6XZUWI1JFQE.3L1TX4G7ZNFBY@taiga>
In-Reply-To
<160452715022.3053.4789663654831385299-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/core.sr.ht
   8bedd6a..028eea9  master -> master
Details
Message ID
<20211228124426.GA8080@paksenarrion.paksenarrion.iveqy.com>
In-Reply-To
<C6XZUWI1JFQE.3L1TX4G7ZNFBY@taiga> (view parent)
DKIM signature
missing
Download raw message

      
Details
Message ID
<20211228124432.GA8330@paksenarrion.paksenarrion.iveqy.com>
In-Reply-To
<C6XZUWI1JFQE.3L1TX4G7ZNFBY@taiga> (view parent)
DKIM signature
missing
Download raw message

      
Reply to thread Export thread (mbox)