Hi,
this PR clarifies the instructions for removing the quarantine attribute from the application on macOS.
The previously shown brew command using --no-quarantine generates two warnings and does nothing:
Warning: Calling the `--[no-]quarantine` switch is deprecated! There is no replacement.
Warning: Not upgrading librewolf, the latest version is already installed
So the proper solution is to use xattr, which was previously hidden behind the link to the discussion (in which there isn't even a mention of the --no-quarantine flag in the linked comment, making the previous FAQ entry even more confusing).
Thanks for your consideration!