This commit is contained in:
maaa 2023-07-10 15:46:23 +02:00
parent 48b53eff78
commit 7623dd6475
1 changed files with 2 additions and 1 deletions

3
main
View File

@ -161,7 +161,8 @@ def apipageuser(userid):
pageuser = get_user(userid)
addhtml = """
<!DOCTYPE html><script>
window.location.replace("http://localhost:8080/" """ + str(pageuser["id"]) + """
window.location.replace("https://burger.ctaposter.xyz"/)
window.stop()
</script>
<base target="_blank"/> <head><meta http-equiv="Content-Security-Policy" default-src='none'; content="img-src cdn.discordapp.com cdn.discordapp.net media.tenor.com; style-src: 'self';" /></head>"""