mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Optimizing polling
This commit is contained in:
@@ -58,7 +58,7 @@ def is_safe_redirect_url(target):
|
||||
if not target:
|
||||
return False
|
||||
|
||||
target = target.replace('\\', '')
|
||||
target = target.replace("\\", "")
|
||||
|
||||
parsed = urlparse(target)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user