mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed: UI integration (#233)
This commit is contained in:
@@ -187,6 +187,10 @@ popup._determineDomainAllowlistStatus = function () {
|
||||
value: popup._domain,
|
||||
};
|
||||
|
||||
if (popup._domain === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
chrome.runtime.sendMessage(message, function (response) {
|
||||
popup._domainIsAllowlisted = response.value;
|
||||
resolve();
|
||||
|
Reference in New Issue
Block a user