1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 08:15:03 +12:00
This commit is contained in:
gorhill 2015-03-28 15:17:40 -04:00
parent 822d78be1b
commit 22bad6201e

View file

@ -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