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

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

Issue 29323464: Issue 2894 - 'archive.org/web' links fail to open on rooted devices (Closed)
Patch Set: Created Aug. 12, 2015, 9:49 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
« no previous file with comments | « no previous file | src/org/adblockplus/brazil/TransparentProxyHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/brazil/RequestHandler.java
diff --git a/src/org/adblockplus/brazil/RequestHandler.java b/src/org/adblockplus/brazil/RequestHandler.java
index dd06a3e0687b2db714ae329cf85dcbd6ad58a0c8..1f06527d00af359daa24227e35ec7826fcb4ee4f 100644
--- a/src/org/adblockplus/brazil/RequestHandler.java
+++ b/src/org/adblockplus/brazil/RequestHandler.java
@@ -85,7 +85,7 @@ public class RequestHandler extends BaseRequestHandler
{
private AdblockPlus application;
private String via;
- private static final Pattern RE_HTTP = Pattern.compile("^https?:");
+ static final Pattern RE_HTTP = Pattern.compile("^https?:");
private static final AtomicLong BLOCKED_REQUESTS = new AtomicLong();
private static final AtomicLong UNBLOCKED_REQUESTS = new AtomicLong();
« no previous file with comments | « no previous file | src/org/adblockplus/brazil/TransparentProxyHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld