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

Fix Extension Behavior On Unsupported udm Values #474

Merged
merged 1 commit into from
May 26, 2024

Conversation

aug-dev
Copy link
Contributor

@aug-dev aug-dev commented May 25, 2024

Summary

This PR solves an issue reported on #465 where uBlacklist was not working on Google's new "Web" filter. (More details on the bug report.)

This was happening because, previously, if an udm value was present in a Google URL but its number was not supported by the extension (such as 14), uBlacklist would not return any serpHandler on Google Desktop.

Now, instead, if an udm value is present but not supported, the tbm is used instead. (Like the code was trying to do before.)

Screenshot from 2024-05-24 22-07-56

web-filter

Previously, if an udm value was present but not supported by the extension,
uBlacklist would not return any serpHandler on Google Desktop.
@aug-dev aug-dev changed the title Fix extension behavior on unsupported udm values. Fix Extension Behavior On Unsupported udm Values. May 25, 2024
@aug-dev aug-dev changed the title Fix Extension Behavior On Unsupported udm Values. Fix Extension Behavior On Unsupported udm Values May 25, 2024
@iorate iorate merged commit babb2f5 into iorate:master May 26, 2024
1 check passed
Copy link

🎉 This PR is included in version 8.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@aug-dev aug-dev deleted the fix-google-web-filter branch May 26, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants