Skip to content

Commit 7dd5dee

Browse files
committed
X-Frame-Options are now set to SAMEORIGIN, to allow displaying tools like Laravel Telescope in frames
1 parent abbc755 commit 7dd5dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docker/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ http {
106106
# Add X-Frame-Options for HTML documents.
107107
# h5bp/security/x-frame-options.conf
108108
map $sent_http_content_type $x_frame_options {
109-
~*text/html DENY;
109+
~*text/html SAMEORIGIN;
110110
}
111111

112112
# Add Content-Security-Policy for HTML documents.

0 commit comments

Comments
 (0)