RSS Parrot

BETA

🦜 Feed of "Leah Rowe"

@codeberg.org.vimuser@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

<p dir="auto">not a rowebot</p>

Your feed and you don't want it here? Just e-mail the birb.

Site URL: codeberg.org/vimuser

Feed URL: codeberg.org/vimuser.rss

Posts: 49

Followers: 1

vimuser commented on pull request librewolf/bsys6#52

Published: April 25, 2026 14:55

linux.mozconfig: enable sandbox and forkserver you still need to pass --enable-sandbox to actually use it. moz.configure enables MOZ_SANDBOX when --enable-sandbox is passed. so this patch ensures that it's turned on.

vimuser commented on pull request librewolf/source#169

Published: April 24, 2026 19:28

leah/security-hardening1 Yes, agreed. I've removed --enable-sandbox and --enable-forkserver from my pull request. The moz.configure file shall suffice, setting these based on the environment.

vimuser commented on pull request librewolf/source#169

Published: April 24, 2026 18:57

leah/security-hardening1 anyway, --enable-forkserver isn't really critical. it just reduces memory usage a bit under some conditions, but not by a lot really. you could probably do without it just fine, as you have, for however long librewolf has existed…

vimuser commented on pull request librewolf/source#169

Published: April 24, 2026 18:20

leah/security-hardening1 btw technically unrelated, but my patching is adapted from (more, not included in my pull request) OpenBSD patching in my OpenBSD port of LibreWolf here: https://codeberg.org/vimuser/librewolf-openbsd-port i sent this to openbsd…