Avoid crashing when downloading MitM'd PAC that is too big
There's two pieces to this fix: 1. Move PAC loading off IoThread which isn't meant for blocking network fetches. If the fetch takes more than 60s Android reboots when the IoThread is used. 2. Limit PAC fetching to 20MB. Any PAC bigger than that is likely evil. MitM of PACs should only be possbile when a non-SSL PAC URL is used. Change-Id: Ie1658a1c705615dc85a7fc68053f0dad8d048294 Fixes: 30100884
Loading
-
mentioned in commit e12e3387
-
mentioned in commit 05228d65
-
mentioned in commit 7f0ab926
-
mentioned in commit ec9b6645
-
mentioned in commit 58ea3a93
-
mentioned in commit 1e90c5f5
-
mentioned in commit 2cf52d27
-
mentioned in commit 373c3e60
-
mentioned in commit dfb12a3a
-
mentioned in commit 212cd02c
-
mentioned in commit 8ffa8313
-
mentioned in commit 2a3d3b1f
-
mentioned in commit de5af383
Please register or sign in to comment