Skip to content

Commit

Permalink
Merge pull request #1148 from jfasanobc/STRF-4326
Browse files Browse the repository at this point in the history
Removes duplicate sandbox attribute from amp-iframe element.
  • Loading branch information
mattolson authored Jan 10, 2018
2 parents 8c78767 + f153eb8 commit be56339
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Removes duplicate amp-iframe attributes for Google Amp product-view temaplate [#1148](https://github.com/bigcommerce/cornerstone/pull/1148)

## 1.11.0 (2018-01-08)
- Fixes functionality of carousel links in IE and Edge. [#1093](https://github.com/bigcommerce/cornerstone/pull/1093)
Expand Down
1 change: 0 additions & 1 deletion templates/components/amp/products/product-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
layout="responsive"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals"
resizable
sandbox="allow-scripts allow-forms allow-top-navigation"
src="{{product.amp_options_url}}">
<div class="button button--primary button--wide" overflow tabindex="0" role="button">Choose Options</div>
</amp-iframe>
Expand Down

0 comments on commit be56339

Please sign in to comment.