@applitools/dom-snapshot
Advanced tools
Comparing version 3.5.4 to 3.6.0
@@ -7,2 +7,6 @@ | ||
## 3.6.0 - 2020/6/29 | ||
- don't fetch google fonts | ||
## 3.5.4 - 2020/6/28 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "@applitools/dom-snapshot", | ||
"version": "3.5.4", | ||
"version": "3.6.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
@@ -30,2 +30,5 @@ 'use strict'; | ||
cache[url] = Promise.resolve({resourceUrls}); | ||
} else if (/https:\/\/fonts.googleapis.com/.test(url)) { | ||
log('not processing google font:', url); | ||
cache[url] = Promise.resolve({resourceUrls: [url]}); | ||
} else { | ||
@@ -32,0 +35,0 @@ const now = Date.now(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3863521
89583