diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 13:25:31 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 13:25:31 +0000 |
commit | aa43b4d1623f3480929e8e5d659702a3eaacb769 (patch) | |
tree | 5fb50980e721b75cf5f5bec3c95fc0e7ae36e8f3 /chrome/test/data | |
parent | d68ac2aace5bb58425b60162795ba48c819369c6 (diff) | |
download | chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.zip chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.tar.gz chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.tar.bz2 |
Remove abonded privacy blacklist implementation.
BUG=16932
TEST=compiles
Review URL: http://codereview.chromium.org/2862041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
3 files changed, 1 insertions, 55 deletions
diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/blacklist.pbl b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/blacklist.pbl deleted file mode 100644 index b9dc8d2..0000000 --- a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/blacklist.pbl +++ /dev/null @@ -1,12 +0,0 @@ -[Chromium::PrivacyBlacklist] -|Name: AnnoyingAds -|URL: http://www.ads.tv - -# Block Ads by servers -annoying.ads.tv/@ => kBlockAll - -# Block Ads by name -@/annoying/120x600.jpg => kBlockAll - -# Block Ads by path -@/annoying_ads/@ => kBlockAll diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json index 5f32ed9..7362c99 100644 --- a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json +++ b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json @@ -27,6 +27,5 @@ "matches": ["http://*.news.com/*"], "js": ["js_files/script3.js"] } - ], - "privacy_blacklists": ["blacklist.pbl"] + ] } diff --git a/chrome/test/data/profiles/blacklist_prefs/Preferences b/chrome/test/data/profiles/blacklist_prefs/Preferences deleted file mode 100644 index e63e8c3..0000000 --- a/chrome/test/data/profiles/blacklist_prefs/Preferences +++ /dev/null @@ -1,41 +0,0 @@ -{
- "profile": {
- "privacy_filter_rules": {
- "provider1": {
- "name": "Sample",
- "url": "http://www.example.com",
- "entries": [
- {
- "pattern": "@poor-security-site.com",
- "attributes": 16,
- "exception": false
- }, {
- "pattern": "@.ad-serving-place.com",
- "attributes": 2,
- "exception": false
- }, {
- "pattern": "www.site.com/anonymous/folder/@",
- "attributes": 12,
- "exception": false
- }, {
- "pattern": "www.site.com/bad/url",
- "attributes": 1,
- "exception": false
- }, {
- "pattern": "@/script?@",
- "attributes": 1,
- "exception": false
- }, {
- "pattern": "@?badparam@",
- "attributes": 1,
- "exception": false
- }, {
- "pattern": "www.site.com/bad/url/good",
- "attributes": 1,
- "exception": true
- }
- ]
- }
- }
- }
-}
|