On 24/07/14 15:58, [email protected] wrote: > Firefox is looking at the setting at the OS level.
There is a pref called safeHint.enabled: http://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpHandler.cpp#90 However, this only allows you to enable it without the OS settings, it doesn't allow you to override the OS. See here: http://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpHandler.cpp#433 433 if (mSafeHintEnabled || mParentalControlEnabled) { Note that this is an "OR" test. As far as I can see, mParentalControlEnabled looks at the OS settings, and is not overrideable by a pref. Gerv _______________________________________________ dev-privacy mailing list [email protected] https://lists.mozilla.org/listinfo/dev-privacy
