mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
Revert "Stop escaping special characters in inbound messages"
This commit is contained in:
@@ -379,7 +379,3 @@ def get_cdn_domain():
|
||||
domain = parsed_uri.netloc[len(subdomain + '.'):]
|
||||
|
||||
return "static-logos.{}".format(domain)
|
||||
|
||||
|
||||
def unescape_string(string):
|
||||
return bytes(string, "utf-8").decode('unicode_escape')
|
||||
|
||||
Reference in New Issue
Block a user