diff --git a/files/helpers/regex.py b/files/helpers/regex.py index 760981f70..0c07acf71 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -216,7 +216,7 @@ tlds = ( # Original gTLDs and ccTLDs 'moe','mom','monster','new','news','one','online','pics','press','pub','site','blog', 'vip','win','world','wtf','xyz','video','host','art','media','wiki','tech', 'cooking','network','party','goog','markets','today','beauty','camp','top', - 'red','city','quest','works','soy','zone', + 'red','city','quest','works','soy','zone','gl', ) protocols = ('http', 'https')