/usr/share/webext/browserpass/content.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>
<meta charset="utf-8" />
<title>Browserpass</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="mount">
<div class="status-text">A JavaScript error occured.</div>
</div>
<div id="clipboard-container"></div>
<script src="script.js"></script>
</body>
</html>
|