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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
f713cef0
Verified
Commit
f713cef0
authored
11 months ago
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 43165: Disable Microsoft SSO on macOS.
parent
5e6217c9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1293
Bug 43306: Rebased stable onto 128.5.0esr
Changes
1
Show 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 @
f713cef0
...
...
@@ -436,6 +436,9 @@ pref("network.http.referer.defaultPolicy.pbmode", 2);
pref
(
"
network.http.referer.XOriginTrimmingPolicy
"
,
2
);
// Bug 17228: Force trim referer to scheme+host+port in cross-origin requests
// Bug 40463: Disable Windows SSO
pref
(
"
network.http.windows-sso.enabled
"
,
false
,
locked
);
// Bug 43165: Disable Microsoft SSO on macOS
pref
(
"
network.http.microsoft-entra-sso.enabled
"
,
false
);
pref
(
"
network.microsoft-sso-authority-list
"
,
""
);
// tor-browser#40424
pref
(
"
pdfjs.enableScripting
"
,
false
);
#if
MOZ_UPDATE_CHANNEL
==
release
...
...
...
...
This diff is collapsed.
Click to expand it.
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
sign in
to comment