groupon / greenscreen

BSD 3-Clause "New" or "Revised" License
1.2k stars 150 forks source link

Work around for pages that can't do frames? #64

Open Kezzsim opened 8 years ago

Kezzsim commented 8 years ago

So back when I used to use Xibo (which I had to stop using because the client had a reallly bad memory leak) I remember I was able to insert wholesale embed code into my sign layouts as a workaround for lack of frame support. Is there any way I could drop embed code in the url space of this app to get framed objects to display? Or some sort of 3rd party workaround...

nadav-dav commented 7 years ago

you could create a small proxy the removes the X-FRAME header.

checkout https://www.npmjs.com/package/http-proxy#setup-a-stand-alone-proxy-server-with-proxy-request-header-re-writing

superhawk610 commented 6 years ago

I just published multicast, Greenscreen's spiritual successor for the new Castv2 API via mDNS. We're continuing active development there, and ran into the same issue (see issue #1). What are the moral/professional implications of stripping a header?