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

Added support for the new cookie banner on asus.com #493

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

Greg-21
Copy link
Contributor

@Greg-21 Greg-21 commented Apr 5, 2024

In this pull request, I propose to add support for the new cookie banner on asus.com (see the linked issue below for a screenshot and more details) by adding a rule for injecting cookies, as the new banner no longer has any cookie reject button to click.

As I said in the linked issue below, I don't know what Asus plans to do next with these banners. Will the new one replace the old one at some point, or maybe Asus will return to the old banner, or maybe everything will remain as it is (because different countries have different rules regarding the protection of personal data).

So for now, while the old banner is still in use, the newly added cookie injection support should handle both the new and old one. The mechanism for clicking the cookie reject button would remain as a fallback for the old banner until it is completely replaced by the new one (if that happens at all). Then, sometime in the future, this rule for asus.com will probably need to be revisited to clean it up and remove the opt-out click rule altogether.

Fixes #492

Copy link
Contributor

@abhishekmadan30 abhishekmadan30 left a comment

Choose a reason for hiding this comment

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

Nice, Thanks :)

@abhishekmadan30 abhishekmadan30 merged commit 4cab101 into mozilla:main Apr 11, 2024
1 check passed
@Greg-21 Greg-21 deleted the rule-asus-com branch April 12, 2024 07:35
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.

The new cookie banner on asus.com is no longer handled automatically
2 participants