Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36425d19 authored by erin rosenthal's avatar erin rosenthal Committed by Android (Google) Code Review
Browse files

Merge "Catch badly formed URLs in WebView accessibility injector." into jb-mr1-dev

parents 3ac692f5 ac6e50a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -514,6 +514,8 @@ class AccessibilityInjector {
            }
        } catch (URISyntaxException e) {
            // Do nothing.
        } catch (IllegalArgumentException e) {
            // Catch badly-formed URLs.
        }

        return ACCESSIBILITY_SCRIPT_INJECTION_UNDEFINED;