Skip to content
Snippets Groups Projects
Commit bb9daa6d authored by Richard Pospesel's avatar Richard Pospesel
Browse files

fixup! Firefox preference overrides.

Bug 42057: Disable GetIsTextRecognitionSupported by default
parent 9491fec6
No related branches found
Tags FIREFOX_102_12_0esr_BUILD1
No related merge requests found
......@@ -539,6 +539,9 @@ pref("privacy.query_stripping.enabled", true);
pref("privacy.query_stripping.enabled.pbmode", true);
pref("privacy.query_stripping.strip_on_share.enabled", true);
// Disable platform text recogniition functionality (tor-browser#42057)
pref("dom.text-recognition.enabled", false);
#ifdef XP_WIN
// prefs to disable jump-list entries in the taskbar on Windows (see bug #12885)
// this pref changes the app's set AUMID to be dependent on the profile path, rather than
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment