Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit fac1e6d

Browse files
authored
Added a new rule for Eclipse websites (#341)
1 parent c7789a6 commit fac1e6d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

cookie-banner-rules-list.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5995,6 +5995,42 @@
59955995
"optOut": ".cc-dismiss",
59965996
"optIn": ".cc-allow"
59975997
}
5998+
},
5999+
{
6000+
"id": "92361e84-664e-46b3-ae55-95bc185dc88e",
6001+
"domains": [
6002+
"adoptium.net",
6003+
"eclipse-ee4j.github.io",
6004+
"eclipse.dev",
6005+
"eclipse.org",
6006+
"glassfish.org",
6007+
"jakarta.ee",
6008+
"mbse-capella.org",
6009+
"oniroproject.org",
6010+
"open-vsx.org",
6011+
"openmdm.org",
6012+
"osgi.org",
6013+
"planeteclipse.org"
6014+
],
6015+
"cookies": {
6016+
"optIn": [
6017+
{
6018+
"name": "eclipse_cookieconsent_status",
6019+
"value": "allow"
6020+
}
6021+
],
6022+
"optOut": [
6023+
{
6024+
"name": "eclipse_cookieconsent_status",
6025+
"value": "deny"
6026+
}
6027+
]
6028+
},
6029+
"click": {
6030+
"presence": ".cc-window",
6031+
"optOut": ".cc-deny",
6032+
"optIn": ".cc-allow"
6033+
}
59986034
}
59996035
]
60006036
}

0 commit comments

Comments
 (0)