@applitools/rendering-grid-client
Advanced tools
Comparing version 1.1.13 to 1.1.14
{ | ||
"name": "@applitools/rendering-grid-client", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/rendering-grid-client.js", |
@@ -30,3 +30,4 @@ 'use strict'; | ||
allResourceUrls.forEach(url => { | ||
const {origin} = new win.URL(url, win.location.href); | ||
const {origin} = | ||
win.location.protocol === 'data:' ? win.location.origin : new win.URL(url, win.location.href); | ||
if (origin === win.location.origin || /^blob:/.test(url)) { | ||
@@ -33,0 +34,0 @@ blobUrls.push(url); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43316
1188