| Index: modules/downloadserver/files/site.conf |
| =================================================================== |
| --- a/modules/downloadserver/files/site.conf |
| +++ b/modules/downloadserver/files/site.conf |
| @@ -20,5 +20,13 @@ |
| location /devbuilds |
| { |
| + # This is necessary since ABP for Android revisions 323 to 337 crash when |
| + # detecting an update. Fortunately, we repeated the revision in addonVersion |
| + # in these versions for some reason, so we can use that pattern to detect |
| + # them. |
| + if ($arg_addonVersion ~ "^1\.2\.1\.3\d\d\.3\d\d$") |
| + { |
| + return 200 '{}'; |
| + } |
| alias /var/www/devbuilds; |
| } |