mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-03 13:49:13 +01:00
Return statement moved (#66)
This commit is contained in:
parent
f5a17653c5
commit
208615a62c
@ -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};
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user