"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7689/static/msredirect.html" (5 Dec 2023, 218 Bytes) of package /linux/misc/jitsi-meet-7689.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <!DOCTYPE html>
    2 <html>
    3 <body>
    4 <script>
    5 window.opener
    6     && window.opener.postMessage({
    7             type: 'ms-login',
    8             url: window.location.href
    9         }, window.location.origin);
   10 </script>
   11 </body>
   12 </html>