no-leak.html 341 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Document</title>
  5. </head>
  6. <body>
  7. <script>
  8. window.postMessage({
  9. require: typeof require,
  10. exports: typeof exports,
  11. windowRequire: typeof window.require,
  12. windowExports: typeof window.exports,
  13. windowPreload: typeof window.sandboxed_preload,
  14. })
  15. </script>
  16. </body>
  17. </html>