Hello, I'm looking for WebKit settings on macOS, e...
# fleet
p
Hello, I'm looking for WebKit settings on macOS, except Safari extensions I can't see any query giving me access to the WebKit specific environment (proxy, DNS settings...) which are separate from the OS. The use case is Safari, Mail, AppStore and our MDM are behaving differently than Chrome on macOS and we would need to access the WebKit specific information to quickly isolate misconfigured machines
g
Hey @Pierre N, Have you looked into plist ? If know the directory, could pull the
info.plist
for the project or the custom file. I could be not quite understanding the ask though. Thinking could look at
/Library/Preferences/SystemConfiguration/preferences.plist
and poll at
NetworkServices
and
Sets
will show proxies specifically for the WebKit system settings (or use a join with path
/Users/%%/Library/Preferences/
to try and find users that have it set)