Skip to content

Commit 57e201e

Browse files
committed
Add $schema to all rules
1 parent f25a9ad commit 57e201e

File tree

235 files changed

+237
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+237
-0
lines changed

rules/autoconsent/aa.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "aa",
34
"vendorUrl": "https://aa.com",
45
"prehideSelectors": [],

rules/autoconsent/abc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "abc",
34
"vendorUrl": "https://abc.net.au",
45
"runContext": {

rules/autoconsent/abconcerts.be.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "abconcerts.be",
34
"vendorUrl": "https://unknown",
45
"intermediate": false,

rules/autoconsent/acris.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "acris",
34
"prehideSelectors": ["div.acris-cookie-consent"],
45
"detectCmp": [

rules/autoconsent/activobank-pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "activobank.pt",
34
"runContext": {
45
"urlPattern": "^https://(www\\.)?activobank\\.pt"

rules/autoconsent/adroll.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "Adroll",
34
"prehideSelectors": ["#adroll_consent_container"],
45
"detectCmp": [{ "exists": "#adroll_consent_container" }],

rules/autoconsent/affinity-serif-com.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "affinity.serif.com",
34
"detectCmp": [
45
{

rules/autoconsent/aliexpress.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "aliexpress",
34
"vendorUrl": "https://aliexpress.com/",
45
"runContext": {

rules/autoconsent/amazon.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "amazon.com",
34
"prehideSelectors": ["span[data-action=\"sp-cc\"][data-sp-cc*=\"rejectAllAction\"]"],
45
"detectCmp": [{ "exists": "span[data-action=\"sp-cc\"][data-sp-cc*=\"rejectAllAction\"]" }],

rules/autoconsent/amex.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/duckduckgo/autoconsent/refs/heads/main/rules/schema.json",
23
"name": "amex",
34
"vendorUrl": "https://www.americanexpress.com/",
45
"cosmetic": false,

0 commit comments

Comments
 (0)