You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been testing the OverridePostUpdatePage policy using MDM (Mobile Device Management) with Jamf Pro on macOS devices, and it seems that this setting is not being applied as expected. Based on the documentation, the OverridePostUpdatePage should allow administrators to specify a URL or a null value that appears post-update, overriding the default Mozilla update page. However, even with proper configuration via MDM profiles, the policy does not appear to function in the intended manner causing the PostUpdatePage to load despite setting the value to null.
Steps to Reproduce:
Configure the OverridePostUpdatePage setting in a macOS MDM profile using Jamf Pro.
Deploy the profile to macOS devices.
Perform a browser update (e.g., Firefox).
Observe the post-update page.
Expected Behavior: The configured URL from the OverridePostUpdatePage policy should not display after a browser update when set to null.
Actual Behavior: The default Mozilla post-update page continues to be shown, and the null value in the OverridePostUpdatePage is ignored.
It seems there is an issue with the structure of the .plist file with a mismatched XML tag at line 571 in which </false> should be <false/>
The text was updated successfully, but these errors were encountered:
I have been testing the OverridePostUpdatePage policy using MDM (Mobile Device Management) with Jamf Pro on macOS devices, and it seems that this setting is not being applied as expected. Based on the documentation, the OverridePostUpdatePage should allow administrators to specify a URL or a null value that appears post-update, overriding the default Mozilla update page. However, even with proper configuration via MDM profiles, the policy does not appear to function in the intended manner causing the PostUpdatePage to load despite setting the value to null.
Steps to Reproduce:
Configure the OverridePostUpdatePage setting in a macOS MDM profile using Jamf Pro.
Deploy the profile to macOS devices.
Perform a browser update (e.g., Firefox).
Observe the post-update page.
Expected Behavior: The configured URL from the OverridePostUpdatePage policy should not display after a browser update when set to null.
Actual Behavior: The default Mozilla post-update page continues to be shown, and the null value in the OverridePostUpdatePage is ignored.
It seems there is an issue with the structure of the .plist file with a mismatched XML tag at line 571 in which
</false>
should be<false/>
The text was updated successfully, but these errors were encountered: