diff options
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: frame-ancestors {correct_hn} http://{correct_hn};") + print(f"Content-Security-Policy: sandbox; frame-ancestors {correct_hn} http://{correct_hn};") print() print( f"""<!DOCTYPE html> |