Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create fallback tracker in the trackerdb utility #1580

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

smalluban
Copy link
Collaborator

  • Passes through requests without exception where category should not be blocked
  • Moves fallback tracker for unidentified trackers to trackerdb - There is a bug when you add exception to the request, which is not in the trackerdb - then the metadata must be created there, as from now the metadata is returned (but without required info)

@smalluban smalluban requested a review from chrmod May 7, 2024 11:18

tracker = {
id: request.domain,
name: request.domain,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should those be domain or hostname in case of IP addresses?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add fallback in the domain property of the ExtendedRequest

@chrmod chrmod merged commit 806c5c0 into mv3-release May 7, 2024
1 check passed
@chrmod chrmod deleted the mv3-release-fix branch May 7, 2024 11:41
smalluban added a commit that referenced this pull request May 10, 2024
* Update translations

* Update hybrids and remove store set fix

* Fix copy & translations

* Panel fixes

* Don't inject TrackerDB consmetic filters

fix https://github.com/orgs/ghostery/projects/42/views/1?pane=issue&itemId=61454006

They were blocking from Consent Management category which renders
Never-Consent useless.

* Fix protection status button height

* Create fallback tracker in the trackerdb utility (#1580)

* Create fallback tracker in the trackerdb utility

* Add fallback to `request.domain`

* Fix missing translations

* Update translations

* Fix request hostname used internally by the adblocker engine

* Update translations

* Fix tracker matching for updating stats

* Fix panel status toggle click callback

* Fix Firefox tracker details url copy layout

* Fix polish translations

* Exceptions for first party

---------

Co-authored-by: Dominik Lubański <dominik.lubanski@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants