From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 27 May 2025 19:13:02 +0000 (-0400) Subject: Update README.md X-Git-Tag: v7.0~4 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/e0c475a152fc528cbfb28674c8c172fdc8de90ce?ds=sidebyside Update README.md --- 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 +```