]> git.p6c8.net - policy-templates.git/commitdiff
Update README.md
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 27 May 2025 19:13:02 +0000 (15:13 -0400)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 19:13:02 +0000 (15:13 -0400)
mac/README.md

index ca56ca6f136af199a721bc35463d03b34a09de28..6cd58ea1c4d5326289855a6e616908979ed0139a 100644 (file)
@@ -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"
 ```
 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
+```

patrick-canterino.de