1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Deprecated function removed

This commit is contained in:
nobody
2021-04-11 08:03:42 +02:00
parent 95f4f6dc6b
commit c79e1c02a7
3 changed files with 10 additions and 10 deletions

View File

@ -74,7 +74,7 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) {
};
return {
'redirectUrl': chrome.extension.getURL(targetPath + fileGuard.secret)
'redirectUrl': chrome.runtime.getURL(targetPath + fileGuard.secret)
};
};