We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98233f4 commit 0fd4e98Copy full SHA for 0fd4e98
app/code/Magento/PageCache/view/frontend/web/js/page-cache.js
@@ -42,7 +42,7 @@ define([
42
*/
43
(function lookup(element) {
44
if ($.nodeName(element, 'iframe') && $(element).prop('src').indexOf(window.location.hostname) === -1) {
45
- return [];
+ return [];
46
}
47
$(element).contents().each(function (index, el) {
48
var hostName, iFrameHostName;
0 commit comments