| <!DOCTYPE html> | |
| <html> | |
| <script> | |
| var msg = { | |
| 'method': 'completeLogin', | |
| 'email': '[email protected]', | |
| 'password': 'perfsmurf' | |
| }; | |
| window.parent.postMessage(msg, 'chrome://oobe/'); | |
| </script> | |
| <body>Passthrough auth extension - fakes login process</body></html> | |