From 22bad6201e5a33c32985524befa07d4576e543f0 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 28 Mar 2015 15:17:40 -0400 Subject: [PATCH] translation work from https://crowdin.com/project/ublock --- platform/firefox/frameModule.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 5b90d5d..a1de19a 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -168,6 +168,9 @@ const contentObserver = { type: type, url: location.spec }; + if ( type === 7 ) { + details.attrSrc = context.frameElement.getAttribute('src'); + } if ( typeof messageManager.sendRpcMessage === 'function' ) { // https://bugzil.la/1092216