1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-23 00:25:15 +01:00

Fixed testing utility

This commit is contained in:
nobody 2020-03-20 09:20:43 +01:00
parent 422557ca55
commit 2ff1a94da2
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119

View File

@ -104,16 +104,11 @@ interceptor._handleMissingCandidate = function (requestUrl, preserveUrl) {
requestUrlSegments.protocol = Address.HTTPS; requestUrlSegments.protocol = Address.HTTPS;
requestUrl = requestUrlSegments.toString(); requestUrl = requestUrlSegments.toString();
}
return { return {
'redirectUrl': requestUrl 'redirectUrl': requestUrl
}; };
} else {
return {
'cancel': false
};
}
}; };
interceptor._handleStorageChanged = function (changes) { interceptor._handleStorageChanged = function (changes) {