From e0c475a152fc528cbfb28674c8c172fdc8de90ce Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 27 May 2025 15:13:02 -0400 Subject: [PATCH] Update README.md --- mac/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mac/README.md b/mac/README.md index ca56ca6..6cd58ea 100644 --- a/mac/README.md +++ b/mac/README.md @@ -37,3 +37,7 @@ If you want to set user specific policies, use ~/Library without sudo: defaults write ~/Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE defaults write ~/Library/Preferences/org.mozilla.firefox Homepage__URL -string "http://example.com" ``` +If you find that Firefox is not using your updates immediately, you can run: +```bash +sudo defaults read /Library/Preferences/org.mozilla.firefox +``` -- 2.43.0