Skip to content

Commit 3175001

Browse files
committed
Use more lenient X-Frame-Options
Change from DENY to SAMEORIGIN. This is needed for the HTML Frames version of R5RS in the Conservatory copy of Schemers.org. If SAMEORIGIN is too lenient, we can use it only for the Conservatory.
1 parent 6379b6c commit 3175001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"max-age=31536000"
8585
"includeSubDomains")
8686
(add-header "X-Content-Type-Options" "nosniff")
87-
(add-header "X-Frame-Options" "DENY")
87+
(add-header "X-Frame-Options" "SAMEORIGIN")
8888
(add-header "X-Permitted-Cross-Domain-Policies" "none")
8989
(add-header "X-Xss-Protection" "1" "mode=block")))
9090

0 commit comments

Comments
 (0)