smartnftportal
Advanced tools
Comparing version 1.0.102 to 1.0.103
@@ -217,3 +217,3 @@ "use strict"; | ||
iframe.className = className; | ||
iframe.sandbox = 'allow-scripts allow-forms'; | ||
iframe.sandbox = 'allow-scripts allow-forms allow-same-origin'; | ||
iframe.src = e.data.url; | ||
@@ -220,0 +220,0 @@ iFrameRef.current.replaceWith(iframe); |
@@ -19,3 +19,3 @@ { | ||
"license": "BSD-3-Clause-Attribution", | ||
"version": "1.0.102", | ||
"version": "1.0.103", | ||
"main": "dist/index.js", | ||
@@ -22,0 +22,0 @@ "scripts": { |
@@ -193,3 +193,3 @@ | ||
iframe.className=className; | ||
iframe.sandbox='allow-scripts allow-forms'; | ||
iframe.sandbox='allow-scripts allow-forms allow-same-origin'; | ||
iframe.src=e.data.url; | ||
@@ -196,0 +196,0 @@ iFrameRef.current.replaceWith(iframe); |
90739