Privacy notice
This commit is contained in:
@@ -60,4 +60,10 @@ tr {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.disclaimer {
|
||||||
|
margin-top: 15px;
|
||||||
|
font-size: 50%;
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
|
||||||
/* @media (prefers-color-scheme: dark) {} */
|
/* @media (prefers-color-scheme: dark) {} */
|
||||||
|
|||||||
@@ -55,5 +55,10 @@
|
|||||||
</template>
|
</template>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="disclaimer">
|
||||||
|
No user data is collected or transmitted.
|
||||||
|
All private keys are stored in the extension's sequestered local browser storage.
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user