We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8665a3e + f0fff8b commit d5ae7bbCopy full SHA for d5ae7bb
src/vs/workbench/contrib/webview/browser/pre/index.html
@@ -5,7 +5,7 @@
5
<meta charset="UTF-8">
6
7
<meta http-equiv="Content-Security-Policy"
8
- content="default-src 'none'; script-src 'sha256-gEAyFzmkyqMoTTnN+3KReFUYoHsK4RAJEb+6eiul+UY=' 'self'; frame-src 'self'; style-src 'unsafe-inline';">
+ content="default-src 'none'; script-src 'sha256-l9e7E37hgQqoIAqcFRgQ5/0NqMMW93mQmYAsUcDUyZ4=' 'self'; frame-src 'self'; style-src 'unsafe-inline';">
9
10
<!-- Disable pinch zooming -->
11
<meta name="viewport"
@@ -221,9 +221,9 @@
221
});
222
};
223
})();
224
- delete window.parent;
225
- delete window.top;
226
- delete window.frameElement;
+ window.parent = window;
+ window.top = window;
+ window.frameElement = null;
227
`;
228
}
229
0 commit comments