Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
receiver: put the content into a sandboxed iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Apr 20, 2015
1 parent 949f32a commit 5ce516c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/receiver/iframe-queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ define('iframe-queue', (function(window, $, undefined) {
vp.adapt(this.el);

// Load the URL
this.el.attr('sandbox', 'allow-scripts');
this.el.attr('src', dashboard.url);
}

Expand Down

0 comments on commit 5ce516c

Please sign in to comment.