Return statement moved (#66)

This commit is contained in:
nobody42 2020-05-03 07:32:08 +02:00
parent f5a17653c5
commit 208615a62c
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
1 changed files with 1 additions and 2 deletions

View File

@ -65,6 +65,7 @@ manipulateDOM._removeCrossOriginAndIntegrityAttr = function (details) {
filter.close();
}
}
return {responseHeaders: details.responseHeaders};
} else if(BrowserType.CHROMIUM) {
@ -73,8 +74,6 @@ manipulateDOM._removeCrossOriginAndIntegrityAttr = function (details) {
console.warn('[ LocalCDN ] browser.webRequest.filterResponseData not supported by your browser.');
}
return {responseHeaders: details.responseHeaders};
};