Merge branch 'main' of gitlab.com:bashrc2/epicyon

merge-requests/30/head
Bob Mottram 2021-10-26 23:03:47 +01:00
commit 313d31bc89
1 changed files with 1 additions and 1 deletions

View File

@ -1203,6 +1203,6 @@ def containsInvalidLocalLinks(content: str) -> bool:
'handle', 'blockdomain'
)
for invStr in invalidStrings:
if '/?' + invStr + '=' in content:
if '?' + invStr + '=' in content:
return True
return False