Allow insecure url in imjoy plugins
This commit is contained in:
parent
cd30872d62
commit
2a8536c386
2 changed files with 21 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<script type="text/javascript"
|
||||
onload="loadImJoyRPCByQueryString().then((imjoyRPC)=>{imjoyRPC.waitForInitialization({target_origin: '*'})})"
|
||||
src="https://lib.imjoy.io/imjoy-loader.js"></script>
|
||||
<script src="https://lib.imjoy.io/imjoy-rpc.min.js"></script>
|
||||
<style>
|
||||
body {
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue