You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
Yap
Describe the issue you encountered:
There are a large number of methods that are overwhelmingly (>95%) used for tracking on the web, but which are currently not blocked out with shields up. Many of these would make good candidates for blocking
Try calling a tracking related method, like SVGTextContentElement.prototype.getComputedTextLength()
Actual result:
The method works as the standard defines
Expected result:
Access to it to be blocked in shields up mode
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yep
Is this an issue in the currently released version?
Yep
Can this issue be consistently reproduced?
Yep
The below is a list of methods that we found to have a 95% or more reduction in use when installing Ghostery, and which are used on >= 100 sites in the Alexa 10k at the time of measurement (~1.5 years ago…). Some methods that are heavily related to tracking are
Peter Snyder, Lara Ansari, Cynthia Taylor, Chris Kanich, Browser feature usage on the modern web, Proceedings of the 2016 ACM on Internet Measurement Conference, 2016
Did you search for similar issues before submitting this one?
Yap
Describe the issue you encountered:
There are a large number of methods that are overwhelmingly (>95%) used for tracking on the web, but which are currently not blocked out with shields up. Many of these would make good candidates for blocking
Platform (Win7, 8, 10? macOS? Linux distro?):
all
Brave Version (revision SHA):
00cc603
Steps to reproduce:
SVGTextContentElement.prototype.getComputedTextLength()
Actual result:
The method works as the standard defines
Expected result:
Access to it to be blocked in shields up mode
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yep
Is this an issue in the currently released version?
Yep
Can this issue be consistently reproduced?
Yep
The below is a list of methods that we found to have a 95% or more reduction in use when installing Ghostery, and which are used on >= 100 sites in the Alexa 10k at the time of measurement (~1.5 years ago…). Some methods that are heavily related to tracking are
SVGTextContentElement.prototype.getComputedTextLength
CanvasRenderingContext2D.prototype.quadraticCurveTo
MessagePort.prototype.start
Document.prototype.elementFromPoint
There are many other compelling "options" on the list
The text was updated successfully, but these errors were encountered: