Hub widget containing an external page/URL
Is there a way to encapsulate an external page into a Widget ?
I would like to create a dashboard that shows info from many other websites, directly referring to their URLs so they can be embedded in a iframe-like mode.
Please sign in to leave a comment.
Unfortunately, it's not possible currently.
You could potentially write your own widget. It's pretty easy to do following the tutorial in the docs.
I tried creating a custom widget, bu the <iframe> generated by HUB explicitly declares
sandbox="allow-scripts allow-pointer-lock"
...so the loaded page is not able to use (i.e) cookies and other mandatory features for a "normal" page.
Any idea to overcome this ugly limit ?