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

Unified Diff: modules/downloadserver/files/downloads.adblockplus.org

Issue 5777328449781760: Concept for Trac as issue tracker. (Closed)
Patch Set: Adressed typo forgotten in former patch. Created March 6, 2014, 2:49 p.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
Index: modules/downloadserver/files/downloads.adblockplus.org
===================================================================
--- a/modules/downloadserver/files/downloads.adblockplus.org
+++ b/modules/downloadserver/files/downloads.adblockplus.org
@@ -25,17 +25,6 @@
internal;
}
- # This redirect is necessary since we accidentally set the wrong
- # update URL in ABP for Android 1.2. It can be removed once we're
- # not seeing anyone requesting this file anymore.
- # Note that this intentionally promotes devbuilds to release builds.
- # Since newer versions should use the new devbuild and release
- # build update URLs requested by libadblockplus, leaving this
- # redirect around won't really hurt.
- location /devbuilds/adblockplusandroid/updates.xml {
- rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect;
- }
-
access_log /var/log/nginx/access_log_downloads main;
keepalive_timeout 0;
root /var/www/downloads;

Powered by Google App Engine
This is Rietveld