bugy / script-server

Web UI for your scripts with execution management
Other
1.52k stars 244 forks source link

Problem with embedding ssh link .. #619

Closed raszuk closed 1 year ago

raszuk commented 1 year ago

When I create a link dst and include it in html then send it to the html iframe clicking on such link results in X-Frame-Options deny error

chrome_KObmgPlBpQ

Any way to fix it ? Any other way to embed ssh links in the web iframe ? Many thx !

Btw the link comes as http://10.244.10.136:5000/%E2%80%9Dssh://robert@10.244.10.136%E2%80%9D

bugy commented 1 year ago

Hi @raszuk what is this 10.244.10.136 URL? Is it script server? I think I didn't enable this x-frame option for security reasons

raszuk commented 1 year ago

Actually it all works fine. For some reason one of my editor used reverse double quotes which confused iframe. With regular embedded ssh:// URI all works perfectly fine from iframe. Closing this ...