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

Commit ad231a30 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am db7da7ee: am d9c8bbd5: docs: fix xss issue bug 5125642

* commit 'db7da7ee':
  docs: fix xss issue bug 5125642
parents 4f21e3a0 db7da7ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ onclick="submit()" />
  <script language="javascript">
    var loc = window.location.href;
    if (loc.indexOf('?v=') != -1) {
      var filename = loc.substring(loc.indexOf('=')+1,loc.length);
      var filename = loc.substring(loc.indexOf('=')+1,loc.length).replace(/</g,"&lt;").replace(/>/g,"&gt;");
      document.write("File: " + filename);
    }
  </script>