Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/brazil/RequestHandler.java

Issue 8851049: ABP/Android Domain specific filters (Closed)
Patch Set: Created Nov. 15, 2012, 7:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« res/values/bools.xml ('K') | « res/values/bools.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/brazil/RequestHandler.java
===================================================================
--- a/src/org/adblockplus/brazil/RequestHandler.java
+++ b/src/org/adblockplus/brazil/RequestHandler.java
@@ -103,8 +103,7 @@
try
{
- if (referrer != null)
- block = application.matches(request.url, request.query, reqHost, refHost, request.getRequestHeader("accept"));
+ block = application.matches(request.url, request.query, reqHost, refHost, request.getRequestHeader("accept"));
}
catch (Exception e)
{
« res/values/bools.xml ('K') | « res/values/bools.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld