-
I can't recall if this worked at one point or not?
The Wordpress plugin works by spawning a window with the name 'elevatorPlugin'. When Elevator loads, it posts a `parentLoaded` message back to the…
-
The current version on NPM doesn't work on Windows due to: http://superuser.com/a/239572 This is handled in `opener`, to which `master` on GitHub delegates. Could we get a new NPM release? 😸
-
Testing confirmed that the postMessage listener set by the Comlink library incurs a client-side prototype pollution and subsequently facilitates an XSS vulnerability. The postMessage listener set by t…
-
I am trying to implement GitHub OAuth flow as detailed in your blog, except that I am using Gatsby as my static site generator.
**Issue**
The serverless endpoints are working with 'serverless offl…
-
子应用通过window.open打开新页面后,页面使用window.opener获取父页面注册的方法,此时报跨域的问题。这样的跳转是不是得用虚拟路由跳转,并且获取真实的window?
![image](https://github.com/micro-zoe/micro-app/assets/43733418/fa5b8349-7306-4b36-9bff-2f1cb1c8c5a4)
-
Although "fullscreen" was removed from browser permission content setting, however, it is possible to not allow new window open in fullscreen by Permission Policy, such as header Permission-Policy: fu…
-
When I invoke root/admin/filemanager/view.tt I should be able to click on each file (either image or non-image) and have something happen. According to the code, CKEditor should be launched with some…
-
After authenticating with soundcloud with the popup flow, the popup never closes and just sits there with `This popup should automatically close in a few seconds` message. I see the following stacktra…
-
Cross-Origin-Opener-Policy prevents popups and parent pages from talking to each other, and is used by many modern pages for security reasons.
The interactions between COOP and this new type of pop…
-
If one supplies the id of an element that happens to be a table cell to the `JSXGraph.initBoard` method, the board is created OK, but thereafter it starts to expand on its own, apparently without limi…