Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent HTML/XSS Injection in Scala Search (#19980)
This PR fixes the `_layouts/search.html` file to use `innerText` rather than `innerHTML`. This will prevent the ability to inject HTML/XSS into the code of the page. [Cherry-picked 4554131]
- Loading branch information