diff --git a/main.py b/main.py index 357d6ad..4c12cf6 100644 --- a/main.py +++ b/main.py @@ -118,8 +118,6 @@ def catch_all(path): if 'text/html' in res.headers['Content-Type']: content = res.content.decode('utf-8') content = content.replace(URL, request.host_url) - # TMP: Replace other domains - content = content.replace('https://alee.freeconcept/', request.host_url) response = make_response(content, res.status_code, headers) return response diff --git a/templates/auth.html b/templates/auth.html index cbef74f..bb2835a 100644 --- a/templates/auth.html +++ b/templates/auth.html @@ -46,9 +46,9 @@
-

+

{{error}} -

+

This content is protected

Please verify you own a .{{tld}} domain to access this content