Actions
Bug #80
closedCrash on Loading Some Resource Requests with Ad Blocker Enabled
Start date:
01/03/2017
Due date:
% Done:
0%
Estimated time:
Description
On loading some resource requests a `java.lang.NullPointerException` is thrown on `MainWebView.java:533` which is:
`if (adServersSet.contains(requestHost)) {`
Performing a search on github.com reliably triggers this bug.
Updated by Soren Stoutner almost 8 years ago
An example resource request URL that causes this problem:
blob:https%3A//github.com/25a450fc-45f3-455a-8cb8-0a9599216479
Which, of course, returns a null host value.
This problem manifests on this website with API 19 (4.4.2, KitKat) but not on API 25 (7.1.1, Nougat). This is likely due to the different version of Chrome, 30.0.0.0 vs. 55.0.2883.91.
Updated by Soren Stoutner almost 8 years ago
This was introduced with the ad blocker in version 1.14. It only manifests if the ad blocker is enabled.
Updated by Soren Stoutner almost 8 years ago
- Status changed from New to Closed
Updated by Soren Stoutner almost 8 years ago
- Subject changed from Crash on Loading Some Resource Requests to Crash on Loading Some Resource Requests with Ad Blocker Enabled
Actions