You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
A bookmark whose domain a resolver sinkholes is no longer refused. Every ad
blocker and DNS filter answers 0.0.0.0 for a blocked name, and 0.0.0.0/8
classifies as loopback — so 0.1.3 turned "your resolver blocks this domain"
into "refusing to point Linkwarden at a loopback address", which was both
wrong and unhelpful. A resolved unspecified address is now passed over; it
addresses nothing and nothing can be fetched from it. 0.0.0.0 written into
the URL itself is still refused, because that one does address the host.