Hi team,
I am trying to deploy policy form intune to turn off enhanced tracking mode for firefox. Followed the guide from firefox: about:policies#documentation --https://mozilla.github.io/policy-templates/#enabletrackingprotection
Windows (Intune)
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
Value (string):
<enabled/> or <disabled/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
Value (string):
<enabled/> or <disabled/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
Value (string):
<enabled/> or <disabled/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
Value (string):
<enabled/>
<data id="TrackingProtection_Exceptions" value="1https://example.com"/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
Value (string):
<enabled/> or <disabled/>
I tried to add the OMA-URI as string and add <enabled/>
<data id="TrackingProtection_Exceptions" value="1https://example.com"/>. The policy saves but errors on delpoying to device. Changed it to string XML with xml content like this: <data id="TrackingProtection_Exceptions" value="1https://www.example.com"/>, this seems to be deloyed since it says successful however when checking on about: policies it does not seem to be applying. Can I please get some help. We need to whitelist some websites to turn off enhanced trackign mode. Please Help.
Hi team,
I am trying to deploy policy form intune to turn off enhanced tracking mode for firefox. Followed the guide from firefox: about:policies#documentation --https://mozilla.github.io/policy-templates/#enabletrackingprotection
Windows (Intune)
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
Value (string):
<enabled/> or <disabled/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
Value (string):
<enabled/> or <disabled/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
Value (string):
<enabled/> or <disabled/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
Value (string):
<enabled/>
<data id="TrackingProtection_Exceptions" value="1https://example.com"/>
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
Value (string):
<enabled/> or <disabled/>
----------------------------------------------------------------------------------------------------------------
I tried to add the OMA-URI as string and add <enabled/>
<data id="TrackingProtection_Exceptions" value="1https://example.com"/>. The policy saves but errors on delpoying to device. Changed it to string XML with xml content like this: <data id="TrackingProtection_Exceptions" value="1https://www.example.com"/>, this seems to be deloyed since it says successful however when checking on about: policies it does not seem to be applying. Can I please get some help. We need to whitelist some websites to turn off enhanced trackign mode. Please Help.