| Index: chrome/browser/resources/gaia_auth/main.html
|
| diff --git a/chrome/browser/resources/gaia_auth/main.html b/chrome/browser/resources/gaia_auth/main.html
|
| index 57e14f3b273f2d2846f2b5366d09a63606b8ea45..a53b3fe919c19b17b2de78303c591877543e3f10 100644
|
| --- a/chrome/browser/resources/gaia_auth/main.html
|
| +++ b/chrome/browser/resources/gaia_auth/main.html
|
| @@ -8,6 +8,8 @@
|
| <script src="main.js"></script>
|
| </head>
|
| <body>
|
| - <iframe id="gaia-frame" name="gaia-frame" src="about:blank" frameborder="0"></iframe>
|
| + <iframe id="gaia-frame" name="gaia-frame" src="about:blank" frameborder="0"
|
| + sandbox="allow-same-origin allow-scripts allow-popups allow-forms
|
| + allow-pointer-lock"></iframe>
|
| </body>
|
| </html>
|
|
|