|
|
|
@ -51,6 +51,8 @@ def domainPermitted(domain: str, federationList: []):
|
|
|
|
|
return False
|
|
|
|
|
|
|
|
|
|
def urlPermitted(url: str, federationList: [],capability: str):
|
|
|
|
|
if url.endswith('gab.com'):
|
|
|
|
|
return False
|
|
|
|
|
if len(federationList)==0:
|
|
|
|
|
return True
|
|
|
|
|
for domain in federationList:
|
|
|
|
|