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:
@ -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)
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user