diff --git a/core/manipulate-dom.js b/core/manipulate-dom.js index 421cbda1..4ebca7e6 100644 --- a/core/manipulate-dom.js +++ b/core/manipulate-dom.js @@ -90,7 +90,7 @@ manipulateDOM._removeCrossOriginAndIntegrityAttr = function (details) { //remove crossorigin and integrity attributes let str = decoder.decode(evt.data, {stream: true}).replace(/<(link|script)[^>]+>/ig, m => { if (cdnDomainsRE.test(m)) { - return m.replace(/\s+(integrity|crossorigin)(="[^"]*"|='[^']*'|=[^"'`=\s]+|)/ig, ''); + return m.replace(/\s+(integrity|crossorigin)(="[^"]*"|='[^']*'|=[^"'`=>\s]+|)/ig, ''); } return m; }); diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 62bc3694..b52619ab 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,7 +25,7 @@ New in LocalCDN: