diff options
author | ubq323 <ubq323@ubq323.website> | 2022-06-10 21:27:25 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-06-10 21:27:25 +0100 |
commit | b3f299b858a89ad979e8c23896b90c8dbeaa7faf (patch) | |
tree | d1e864c0e64938aedb05d5bd8860369b0227485d /embed.cgi | |
parent | cf20241639caeef6a922b5a40ad586304743d201 (diff) |
add sandbox to csp
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> |