fix?
This commit is contained in:
parent
48b53eff78
commit
7623dd6475
3
main
3
main
|
@ -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>"""
|
||||
|
||||
|
|
Reference in New Issue