Skip to content

Commit

Permalink
Merge pull request #6 from wojtekk/master
Browse files Browse the repository at this point in the history
Responsive layouts and iframe killer
  • Loading branch information
chrispederick committed Aug 15, 2013
2 parents 5c791d0 + 735c43b commit efe59b8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -73,6 +73,7 @@ WebDeveloper.Generated.initialize = function(data, locale)
childElement.setAttribute("scrolling", "yes");
childElement.setAttribute("src", url);
childElement.setAttribute("width", parseInt(width, 10) + scrollbarWidth);
childElement.setAttribute("sandbox", "allow-forms allow-scripts allow-same-origin");

container.appendChild(childElement);
content.appendChild(container);
Expand Down

0 comments on commit efe59b8

Please sign in to comment.