mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Security - Any simultaneous requests that are considered duplicates will now only result in a single request to upstreams, reducing the chance of a cache poisoning attack succeeding. This is controlled by the new configuration object pending_requests, which has a single enabled property, set to true by default. NOTE: It's strongly recommended to leave it enabled, otherwise AdGuard Home will be vulnerable to untrusted clients. Changelog: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.61 Signed-off-by: George Sapkin <george@sapk.in>