This file is indexed.

/usr/share/webext/browserpass/otp.html is in webext-browserpass 2.0.11+dfsg-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="/otp.css">
  </head>

  <body>
    <span id="label"></span>
    <input id="otp" readonly>
    <button id="copy" type="button"><img id="copy-icon" src="/icon-copy.svg" alt="Copy"></img></button>
    <button id="dismiss">X</button>

    <script src="/otp.js"></script>
  </body>
</html>