|
15 | 15 | "blocklistVersion": "abc123", |
16 | 16 | "remoteConfigEtag": "abd142", |
17 | 17 | "remoteConfigVersion": "1234", |
| 18 | + "protectionsEnabled": true, |
18 | 19 | "expectReportURLPrefix": "https://improving.duckduckgo.com/t/epbf", |
19 | 20 | "expectReportURLParams": [ |
20 | 21 | {"name": "category", "value": "content"}, |
|
23 | 24 | {"name": "tds", "value": "abc123"}, |
24 | 25 | {"name": "blockedTrackers", "value": "bad.tracker.test,tracking.test"}, |
25 | 26 | {"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}, |
26 | | - {"name": "lastSentDay", "present": false} |
| 27 | + {"name": "lastSentDay", "present": false}, |
| 28 | + {"name": "protectionsState", "value": "true"} |
27 | 29 | ] |
28 | 30 | }, |
29 | 31 | { |
|
36 | 38 | "blocklistVersion": "abc123", |
37 | 39 | "remoteConfigEtag": "abd142", |
38 | 40 | "remoteConfigVersion": "1234", |
| 41 | + "protectionsEnabled": true, |
39 | 42 | "expectReportURLPrefix": "https://improving.duckduckgo.com/t/epbf", |
40 | 43 | "expectReportURLParams": [ |
41 | 44 | {"name": "category", "value": "content"}, |
|
46 | 49 | {"name": "remoteConfigVersion", "value": "1234"}, |
47 | 50 | {"name": "blockedTrackers", "value": "bad.tracker.test,tracking.test"}, |
48 | 51 | {"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}, |
49 | | - {"name": "lastSentDay", "present": true, "matchesCurrentDay": true, "matches": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"} |
| 52 | + {"name": "lastSentDay", "present": true, "matchesCurrentDay": true, "matches": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"}, |
| 53 | + {"name": "protectionsState", "value": "true"} |
50 | 54 | ] |
51 | 55 | }, |
52 | 56 | { |
|
59 | 63 | "blocklistVersion": "abc123", |
60 | 64 | "remoteConfigEtag": "abd142", |
61 | 65 | "remoteConfigVersion": "1234", |
| 66 | + "protectionsEnabled": true, |
62 | 67 | "expectReportURLPrefix": "https://improving.duckduckgo.com/t/epbf", |
63 | 68 | "expectReportURLParams": [ |
64 | 69 | {"name": "category", "value": "content"}, |
|
69 | 74 | {"name": "remoteConfigVersion", "value": "1234"}, |
70 | 75 | {"name": "blockedTrackers", "value": "bad.tracker.test,tracking.test"}, |
71 | 76 | {"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}, |
72 | | - {"name": "lastSentDay", "present": false} |
| 77 | + {"name": "lastSentDay", "present": false}, |
| 78 | + {"name": "protectionsState", "value": "true"} |
73 | 79 | ] |
74 | 80 | }, |
75 | 81 | { |
|
82 | 88 | "blocklistVersion": "abc123", |
83 | 89 | "remoteConfigEtag": "abd142", |
84 | 90 | "remoteConfigVersion": "1234", |
| 91 | + "protectionsEnabled": true, |
85 | 92 | "expectReportURLPrefix": "https://improving.duckduckgo.com/t/epbf", |
86 | 93 | "expectReportURLParams": [ |
87 | 94 | {"name": "category", "value": "content"}, |
|
92 | 99 | {"name": "remoteConfigVersion", "value": "1234"}, |
93 | 100 | {"name": "blockedTrackers", "value": "bad.tracker.test,tracking.test"}, |
94 | 101 | {"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}, |
95 | | - {"name": "lastSentDay", "present": true, "matchesCurrentDay": true, "matches": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"} |
| 102 | + {"name": "lastSentDay", "present": true, "matchesCurrentDay": true, "matches": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"}, |
| 103 | + {"name": "protectionsState", "value": "true"} |
96 | 104 | ] |
97 | 105 | }, |
98 | 106 | { |
|
105 | 113 | "blocklistVersion": "abc123", |
106 | 114 | "remoteConfigEtag": "abd142", |
107 | 115 | "remoteConfigVersion": "1234", |
| 116 | + "protectionsEnabled": true, |
108 | 117 | "expectReportURLPrefix": "https://improving.duckduckgo.com/t/epbf", |
109 | 118 | "expectReportURLParams": [ |
110 | 119 | {"name": "category", "value": "content"}, |
|
115 | 124 | {"name": "remoteConfigVersion", "value": "1234"}, |
116 | 125 | {"name": "blockedTrackers", "value": "bad.tracker.test,tracking.test"}, |
117 | 126 | {"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}, |
118 | | - {"name": "lastSentDay", "present": false} |
| 127 | + {"name": "lastSentDay", "present": false}, |
| 128 | + {"name": "protectionsState", "value": "true"} |
119 | 129 | ] |
120 | 130 | } |
121 | 131 | ], |
|
0 commit comments