Compare commits

..

No commits in common. "29df97ccc84f4b23977dcdb249b1ee0599178802" and "d9c374f784b96799088e42b46e7930d952e7cd8d" have entirely different histories.

1 changed files with 1 additions and 10 deletions

View File

@ -446,15 +446,6 @@ export function renderModuleLanding(opts: ModuleLandingOptions): string {
width: 100%; height: 100%; border: none; width: 100%; height: 100%; border: none;
} }
</style> </style>
<script>
/* Unregister any stale service workers on rspace.online to prevent
them from intercepting cross-origin iframe requests */
if ('serviceWorker' in navigator) {
navigator.serviceWorker.getRegistrations().then(function(regs) {
regs.forEach(function(r) { r.unregister(); });
});
}
</script>
<script defer src="https://rdata.online/collect.js" data-website-id="6ee7917b-0ed7-44cb-a4c8-91037638526b"></script> <script defer src="https://rdata.online/collect.js" data-website-id="6ee7917b-0ed7-44cb-a4c8-91037638526b"></script>
</head> </head>
<body data-theme="${theme}"> <body data-theme="${theme}">
@ -469,7 +460,7 @@ export function renderModuleLanding(opts: ModuleLandingOptions): string {
</div> </div>
</header> </header>
<div class="ml-frame-wrap"> <div class="ml-frame-wrap">
<iframe src="${embedUrl}" allow="clipboard-write; fullscreen" sandbox="allow-scripts allow-same-origin allow-popups allow-forms allow-modals"></iframe> <iframe src="${embedUrl}" allow="clipboard-write; fullscreen"></iframe>
</div> </div>
<script type="module"> <script type="module">
import '/shell.js'; import '/shell.js';