1 2 3 4 5 6 7 8
<!doctype html> <html> <body> <script> parent.postMessage(SpecialPowers.wrap(localStorage).isSessionOnly, "*"); </script> </body> </html>