code-server version: 2.preview.11-vsc1.37.0The extension detail page could not be loaded due to X-Frame-Options Issus

code-serverI found the reason!
According to the self-hosted doc, The proxy server has been set to add
add_header X-Frame-Options DENY;
So I just simply modify it to
add_header X-Frame-Options SAMEORIGIN;
And every works perfectly now.
Please update your document~
CC @code-asher
I believe this was already removed from the docs in v2.
I'll mark this as resolved for now since we already updated the docs which shouldn't break v2 now.
Most helpful comment
I'll mark this as resolved for now since we already updated the docs which shouldn't break v2 now.