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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/blacklist_small.pbl
diff --git a/chrome/test/data/blacklist_small.pbl b/chrome/test/data/blacklist_small.pbl
index c75323107eb617f3d2144ead40c2c3f4f3da136f..be32c9b30233d1268ba4602fb117aaacbca1aaf4 100644
--- a/chrome/test/data/blacklist_small.pbl
+++ b/chrome/test/data/blacklist_small.pbl
@@ -17,3 +17,9 @@ www.site.com/anonymous/folder/@ => kDontSendUserAgent, kDontSendReferrer
# Affect a specific URL
www.site.com/bad/url => kBlockAll
+
+# Affect queries to a specific script
+@/script?@ => kBlockAll
+
+# Affect queries with a specific parameter
+@?badparam@ => kBlockAll

Powered by Google App Engine
This is Rietveld 408576698