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

Side by Side Diff: chrome/test/data/blacklist_small.pbl

Issue 523137: Also match against the query string if present. (Closed)
Patch Set: updates Created 10 years, 11 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
1 [Chromium::PrivacyBlacklist] 1 [Chromium::PrivacyBlacklist]
2 |Name: Sample 2 |Name: Sample
3 |URL: http://www.google.com Text here is ignored 3 |URL: http://www.google.com Text here is ignored
4 |Icon: Unsupported feature !!!!! 4 |Icon: Unsupported feature !!!!!
5 5
6 # Default match attributes (matches everything) 6 # Default match attributes (matches everything)
7 @ => kBlockByType(application/x-shockwave-flash), kDontPersistCookies 7 @ => kBlockByType(application/x-shockwave-flash), kDontPersistCookies
8 8
9 # Affect an entire site 9 # Affect an entire site
10 @poor-security-site.com => kBlockUnsecure 10 @poor-security-site.com => kBlockUnsecure
11 11
12 # Affect subdomains of an entire site 12 # Affect subdomains of an entire site
13 @.ad-serving-place.com => kDontSendCookies, kDontStoreCookies 13 @.ad-serving-place.com => kDontSendCookies, kDontStoreCookies
14 14
15 # Affect site files under a subfolder 15 # Affect site files under a subfolder
16 www.site.com/anonymous/folder/@ => kDontSendUserAgent, kDontSendReferrer 16 www.site.com/anonymous/folder/@ => kDontSendUserAgent, kDontSendReferrer
17 17
18 # Affect a specific URL 18 # Affect a specific URL
19 www.site.com/bad/url => kBlockAll 19 www.site.com/bad/url => kBlockAll
20
21 # Affect queries to a specific script
22 @/script?@ => kBlockAll
23
24 # Affect queries with a specific parameter
25 @?badparam@ => kBlockAll
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698