From 8e38c4bf998df7efb2b464b8fa4b24e45f183f85 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 17 Jun 2022 19:44:45 +0100 Subject: fix links in embed --- embed.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed.cgi b/embed.cgi index 3eba44f..a3449b6 100755 --- a/embed.cgi +++ b/embed.cgi @@ -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""" -- cgit v1.2.3