snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit e2a8a9cb9d717f31eb55f7dd9384d67b1b969dc3
parent 9b04a3c5fd5ad1301f4c3a784dea85e74a0b177f
Author: default <nobody@localhost>
Date:   Sun,  5 Jan 2025 16:35:28 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ Added ipv6 support for the https frontend connection (contributed by hb9hnt). New "Like by URL" operation (contributed by dheadshot). -New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). +New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). It's still a bit experimental, so you have to enable it explicitly by setting the `disable_sandbox` field to `false` in `server.json`. Some search fixes regarding repeated matches.