diff options
author | ubq323 <ubq323@ubq323.website> | 2022-06-17 19:44:45 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-06-17 19:44:45 +0100 |
commit | 8e38c4bf998df7efb2b464b8fa4b24e45f183f85 (patch) | |
tree | 0e8beca95dbaeb03f87c049cf77dc6a12af11370 /embed.cgi | |
parent | c9ebc36d459f740ac0c23f51f44ec92305c33602 (diff) |
fix links in embed
Diffstat (limited to 'embed.cgi')
-rwxr-xr-x | embed.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ if __name__ == "__main__": p = george[order[pi]] ref = getenv("HTTP_REFERER","the") - print(f"Content-Security-Policy: sandbox; frame-ancestors {correct_hn} http://{correct_hn};") + print(f"Content-Security-Policy: sandbox allow-top-navigation; frame-ancestors {correct_hn} http://{correct_hn};") print() print( f"""<!DOCTYPE html> |