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

Side by Side Diff: chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/blacklist.pbl

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 [Chromium::PrivacyBlacklist]
2 |Name: AnnoyingAds
3 |URL: http://www.ads.tv
4
5 # Block Ads by servers
6 annoying.ads.tv/@ => kBlockAll
7
8 # Block Ads by name
9 @/annoying/120x600.jpg => kBlockAll
10
11 # Block Ads by path
12 @/annoying_ads/@ => kBlockAll
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698