Closed qupig closed 9 months ago
According to documentation Preferences, it supports geo.
Preferences
geo.
But after setting:
<key>Preferences</key> <dict> <key>geo.enabled</key> <dict> <key>Value</key> <string>false</string> <key>Status</key> <string>locked</string> </dict> </dict>
In about:policies#errors:
about:policies#errors
Unable to set preference geo.enabled. Probable type mismatch.
This is what it looks like before and after in about:config:
about:config
Because it;'s a boolean, it needs to be set as:
<false/>
OH, my bad, didn't notice that.
Thank you for the correction!
No problem. Please let me know if you need anything else.
According to documentation
Preferences
, it supportsgeo.
But after setting:
In
about:policies#errors
:This is what it looks like before and after in
about:config
: