mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-04 22:39:27 +00:00
all: revert log, upd date
This commit is contained in:
@@ -21,7 +21,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
||||
NOTE: Add new changes ABOVE THIS COMMENT.
|
||||
-->
|
||||
|
||||
## [v0.107.62] - 2025-05-15
|
||||
## [v0.107.62] - 2025-05-21
|
||||
|
||||
See also the [v0.107.62 GitHub milestone][ms-v0.107.62].
|
||||
|
||||
|
||||
@@ -548,8 +548,6 @@ const isIpMatchCidr = (parsedIp: any, parsedCidr: any) => {
|
||||
|
||||
return ipVersion === cidrIpVersion && parsedIp.match(parsedCidr);
|
||||
} catch (e) {
|
||||
// TODO(a.garipov): Remove or fix.
|
||||
console.error(e);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
@@ -610,7 +608,6 @@ export const findAddressType = (address: any) => {
|
||||
|
||||
return ADDRESS_TYPES.UNKNOWN;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return ADDRESS_TYPES.UNKNOWN;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user