| OLD | NEW | 
 | (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 } |  | 
| OLD | NEW |