Skip to content

Commit

Permalink
TelemetryDashboard: remove iframe sandboxing
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Oct 22, 2024
1 parent bd42b4e commit 0936404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TelemetryDashboard/Widgets/CustomHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class WidgetCustomHTML extends WidgetBase {

// Sandboxed iframe for user content
this.iframe = document.createElement("iframe")
this.iframe.sandbox = 'allow-scripts'
this.iframe.srcdoc = src
this.iframe.scrolling="no"
this.iframe.style.border = "none"
Expand Down

0 comments on commit 0936404

Please sign in to comment.