librewolf/website
14
55
Fork
You've already forked website
39

Clarify macOS Quarantine instructions #117

Merged
any1here merged 1 commit from lerk/librewolf-website:master into master 2026年01月29日 13:12:22 +01:00
Contributor
Copy link

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!

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!

Is there a reason you added the recursive option?

Is there a reason you added the recursive option?
Author
Contributor
Copy link

I assumed it's needed because the .app bundle is a folder. I have not tested if it works without.

I assumed it's needed because the `.app` bundle is a folder. I have not tested if it works without.

Did you require sudo when using the command?

Did you require sudo when using the command?
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
librewolf/website!117
Reference in a new issue
librewolf/website
No description provided.
Delete branch "lerk/librewolf-website:master"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?