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
126 stars 28 forks source link

academic.oup.com #290

Open Mnikley opened 12 months ago

Mnikley commented 12 months ago

Cannot figure out how to make the testRule work properly.

Site: https://academic.oup.com/ Cookie parent div id: cookie-consent-banner Accept button id: accept-button Deny button id: deny-button

    {
      "id": "cd467200-8531-4f75-83c9-428d00d3e58c",
      "domains": ["academic.oup.com"],
      "click": : {
        "optIn": "#accept-button",
        "outOut": "#deny-button",
        "presence": "#cookie-consent-banner"
      },
      "cookies": {}
    }

for the cookiebanners.listService.testRules property in about:config i additionally wrapped this into a [ ] list

Trikolon commented 12 months ago

Perhaps try it with "domains": ["oup.com"],, we currenly only match base domains (eTLD+1).

Mnikley commented 12 months ago

unfortunately that also didnt work. I also tried to alter the existing "oup.com" entry without success