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

Commit 9415aa1c authored by erin rosenthal's avatar erin rosenthal Committed by Android Git Automerger
Browse files

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

* commit '36425d19':
  Catch badly formed URLs in WebView accessibility injector.
parents d691056c 36425d19
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;