Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
bb9daa6d
Commit
bb9daa6d
authored
1 year ago
by
Richard Pospesel
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 42057: Disable GetIsTextRecognitionSupported by default
parent
9491fec6
No related branches found
Branches containing commit
Tags
FIREFOX_102_12_0esr_BUILD1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+3
-0
3 additions, 0 deletions
browser/app/profile/001-base-profile.js
with
3 additions
and
0 deletions
browser/app/profile/001-base-profile.js
+
3
−
0
View file @
bb9daa6d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
morgan
@morgan
mentioned in merge request
!756 (merged)
·
1 year ago
mentioned in merge request
!756 (merged)
mentioned in merge request !756
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment