Skip to content

Commit

Permalink
update missing frame src options
Browse files Browse the repository at this point in the history
  • Loading branch information
tyaginidhi committed Sep 24, 2024
1 parent df2d8fe commit f9ddef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/client/webViews/RuntimePreview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class RuntimePreview extends Disposable {
font-src ${this._panel.webview.cspSource};
style-src ${this._panel.webview.cspSource};
script-src 'nonce-${nonce}';
frame-src 'self' ${this._runtimeUri} ${this._panel.webview.cspSource};
">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit f9ddef1

Please sign in to comment.