André Batista writes: Hi André, thanks for taking a look. So this is fixing a security issue? Which one exactly? Is it this one? CVE-2024-10462: Origin of permission prompt could be spoofed by long URL Are we planning todo the same for Icecat? If so, could we have a variant of the browsers in Guix that are less hardened, and would allow opening URLs? I'm using Slack via Flatpack and not being able to open URLs from there or other applications with my browser is a bit tedious. Roman > Hi Roman, > > seg 02 dez 2024 às 13:20:20 (1733156420), roman@burningswell.com enviou: >> * gnu/packages/librewolf.scm (librewolf): Add %u to Exec option to open URLs. >> >> Change-Id: I8cf5d3886eaf7805209cf12eae0cc875bef6d5dd >> --- >> gnu/packages/librewolf.scm | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm >> index 5d432cfad8..42d212e9f9 100644 >> --- a/gnu/packages/librewolf.scm >> +++ b/gnu/packages/librewolf.scm >> @@ -605,7 +605,7 @@ (define-public librewolf >> (substitute* desktop-file >> (("^Exec=@MOZ_APP_NAME@") >> (string-append "Exec=" >> - #$output "/bin/librewolf")) >> + #$output "/bin/librewolf %u")) >> (("@MOZ_APP_DISPLAYNAME@") >> > > This was its previous state and was removed on commit > 280aa6b57d7b741a7d8b076e1afa3dff23569332. See also #74070. > > Copying Ian, who was the author of that change and has been maintaining > Librewolf. > > Cheers!