From f153eb8ba968d90384d4b098a00140e1256f461a Mon Sep 17 00:00:00 2001 From: Fasano Date: Wed, 10 Jan 2018 12:18:28 -0600 Subject: [PATCH] Removes duplicate sandbox attribute from amp-iframe element. --- CHANGELOG.md | 1 + templates/components/amp/products/product-view.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6107750f70..d40ed91cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/templates/components/amp/products/product-view.html b/templates/components/amp/products/product-view.html index 2fc2e23375..0f864a5272 100644 --- a/templates/components/amp/products/product-view.html +++ b/templates/components/amp/products/product-view.html @@ -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}}">
Choose Options