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
1 changed files with 4 additions and 9 deletions

View File

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