mozilla / cookie-banner-rules-list

Rules List for how Firefox's Automated Cookie Banner Preference Manager is to interact with banners on a site by site basis
Mozilla Public License 2.0
124 stars 27 forks source link

Added support for localized variations of already supported websites #491

Closed Greg-21 closed 6 months ago

Greg-21 commented 7 months ago

Companies usually have different variations of their websites adapted to the characteristics of different markets. Some of them also use different addresses for each one, as Zalando does, for example (which, among others, is part of this PR).

In this pull request, I propose adding support for such localized websites. The full list looks as follows:

To make the review process easier, I have provided a separate commit for each entry on the list. However, if the review process is successful and you proceed to merge, please squash all of these commits into one, as there is really no reason to keep them separate outside of this pull request.

I would also like to thank @MikeFH for encouraging me in #480 to finally get down to it :)

Resolves #450 Closes #40

Greg-21 commented 6 months ago

I will keep updating these pull request commits without further notice to resolve any merge conflicts that occur.