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

Side by Side Diff: chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl

Issue 341050: Implement loading blacklists from extensions.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: use real extension Created 11 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/common/privacy_blacklist/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/data/extensions/common/privacy_blacklist/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698