v1.27.0: Moenbryda Wilfsunnwyn #1840
Xe
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Anubis v1.27.0 adds Windows Server support, automatically renames cookies based on settings to avoid infinite challenge loops, adds two new localizations, and more.
Breaking change: cookie names are dynamically created based on cookie settings
Anubis tries to avoid breaking changes as much as possible, but sometimes we have to make them for the sake of the users. This is technically a breaking change in something that is not part of the public API of Anubis; but some administrators rely heavily on cookie names in advanced configurations.
It seems that browsers store cookies disambiguated with their options. This means you can have multiple cookies named the same but with different options. Browsers will send these cookies to the server without the list of options. This means that changing any cookie settings requires you to change
COOKIE_PREFIX, creating a new "cookie epoch" that will set things properly.In order to be more robust, Anubis will automatically change cookie names based on the cookie settings. For example, the default configuration creates cookies named
techaro.lol-anubis-auth-347ddb4a.Without this change, changing any cookie setting without every client clearing their cookies causes challenges to become an infinite loop of thrashing, making it appear that Anubis "blocked" them.
If this becomes onerous in practice for administrators of HAProxy and other advanced setups that rely on cookie names, we will add an escape hatch in the policy file.
Windows Server support (beta)
Anubis now publishes
.msipackages, allowing administrators to install and run Anubis on Windows Server. Please read the Windows Server page for more information.This support is beta-grade as the Anubis team does not have a lot of experience with developing software for Windows Server. Feedback is more than welcome.
Please let us know how it works for you!
Pre-release docker images no longer populate the
latesttagDue to a misconfiguration of the GitHub Action docker/metadata-action, pre-release Docker images previously populated the
:latesttag. This means that administrators that expected the:latesttag to result in a stable release of Anubis got a prerelease version suddenly when they ran automatic updates.If administrators want to opt-in to the prerelease build track of Anubis for more frequent access to new features, they can use the
:pretag:Features
honeypot.ip_log_fileis set. See the IP address logging section for more information.Crawlers
(data)/bots/lyrenth.yamlsnippet that denies Lyrenth'sAIWebIndexcrawler andAIWebIndex-Agenton-demand fetcher by user agent and by their published IP ranges. This is imported by(data)/bots/_deny-pathological.yaml.Fixes
fastchallenge is loaded usingdeferinstead ofasync(#1782).Accept-Language: und(#1776).Gitin(data)/clients/git.yaml.v1.27.0-pre1.i18n
This discussion was created from the release v1.27.0: Moenbryda Wilfsunnwyn.
All reactions