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
22b51b42
Commit
22b51b42
authored
Nov 10, 2022
by
ma1
Committed by
Pier Angelo Vendrame
Apr 8, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Bug 31064: Letterboxing, exempt browser extensions.
parent
6dcbdca5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!973
Bug 42508: Rebased Tor Browser stable onto 115.10.0esr
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
+3
-1
3 additions, 1 deletion
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
with
3 additions
and
1 deletion
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
+
3
−
1
View file @
22b51b42
...
...
@@ -375,7 +375,9 @@ class _RFPHelper {
// ... privileged pages
contentPrincipal
.
isSystemPrincipal
||
// ... about: URIs EXCEPT about:blank
(
currentURI
.
schemeIs
(
"
about
"
)
&&
currentURI
.
filePath
!==
"
blank
"
)
(
currentURI
.
schemeIs
(
"
about
"
)
&&
currentURI
.
filePath
!==
"
blank
"
)
||
// ... browser extensions
contentPrincipal
.
addonPolicy
);
}
...
...
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
register
or
sign in
to comment