Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Side by Side Diff: chrome/test/data/profiles/blacklist_prefs/Preferences

Issue 2862041: Remove abonded privacy blacklist implementation. (Closed)
Patch Set: fix unit tests Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "profile": {
3 "privacy_filter_rules": {
4 "provider1": {
5 "name": "Sample",
6 "url": "http://www.example.com",
7 "entries": [
8 {
9 "pattern": "@poor-security-site.com",
10 "attributes": 16,
11 "exception": false
12 }, {
13 "pattern": "@.ad-serving-place.com",
14 "attributes": 2,
15 "exception": false
16 }, {
17 "pattern": "www.site.com/anonymous/folder/@",
18 "attributes": 12,
19 "exception": false
20 }, {
21 "pattern": "www.site.com/bad/url",
22 "attributes": 1,
23 "exception": false
24 }, {
25 "pattern": "@/script?@",
26 "attributes": 1,
27 "exception": false
28 }, {
29 "pattern": "@?badparam@",
30 "attributes": 1,
31 "exception": false
32 }, {
33 "pattern": "www.site.com/bad/url/good",
34 "attributes": 1,
35 "exception": true
36 }
37 ]
38 }
39 }
40 }
41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698