advert-fetcher
Advanced tools
Comparing version 0.5.5 to 0.6.1
{ | ||
"name": "advert-fetcher", | ||
"version": "0.5.5", | ||
"version": "0.6.1", | ||
"description": "Utility for safe fetching of adverts through the IM script.", | ||
@@ -5,0 +5,0 @@ "main": "advert-fetcher.html", |
@@ -53,3 +53,3 @@ # Advert Fetcher | ||
height="1" | ||
sandbox="allow-scripts" | ||
sandbox="allow-scripts allow-same-origin" | ||
src="/static/html/advert-fetcher.html?service=...&tld=...&workerUrl=..."> | ||
@@ -101,3 +101,3 @@ <!-- nepovinný fallback pokud klient nepodporuje iframy na stránce --> | ||
height="..." | ||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-top-navigation allow-scripts" | ||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-top-navigation allow-scripts allow-same-origin" | ||
src="/static/html/advert.html?zoneId=...&collocation=..."> | ||
@@ -104,0 +104,0 @@ <!-- nepovinný fallback pokud klient nepodporuje iframy na stránce --> |
Sorry, the diff of this file is not supported yet
57370