Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C129] [Android] Fix for brave scheme pages
Chromium change: https://source.chromium.org/chromium/chromium/src/+/4d2cab773589a430dfae515994c3e6cad0eb0270 [M129] Disallow VerbatimMatches to open non-navigable URLs by default. This change prevents non-navigable URLs from being opened upon paste, refine, autocomplete etc., effectively disallowing accidental execution of inline javascript: blocks. The non-navigable (e.g. executable) URIs will be effectively pushed down on the suggestions list, making them still available, but moving forward these will require an explicit user action to be invoked (i.e. the user now has to intentionally tap these suggestions to initiate the corresponding action). The change removes redundant test that relies on inline page injection. This is already covered by another test: http://shortn/_NG1M484b41 (cherry picked from commit 04938340e1a93e5e5588badd5e01600dd3356d52) Bug: b/360642942
- Loading branch information