Skip to content

Commit 14a74b7

Browse files
authored
[doc/self-hosted] make XFO same origin in docs
As reported in GH-962, this breaks VSCode's extension details view. Might need further triage if its also a v2 internal issue.
1 parent 51a8265 commit 14a74b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/self-hosted/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ server {
148148
# real_ip_header CF-Connecting-IP;
149149
150150
# Other security options.
151-
add_header X-Frame-Options DENY;
151+
add_header X-Frame-Options SAMEORIGIN;
152152
add_header X-Content-Type-Options nosniff;
153153
add_header X-XSS-Protection "1; mode=block";
154154

0 commit comments

Comments
 (0)