0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

feat: improve the cookies tab under the settings page

This commit is contained in:
neon_arch 2023-06-18 20:19:25 +03:00
parent 75f02d7245
commit 87eb0d9552

View File

@ -1,5 +1,12 @@
<div class="cookies tab"> <div class="cookies tab">
<h1>Cookies</h1> <h1>Cookies</h1>
<p class="description"></p> <p class="description">
This is the cookies are saved on your system and it contains the preferences
you chose in the settings page
</p>
<input type="text" name="cookie_field" value="" readonly /> <input type="text" name="cookie_field" value="" readonly />
<p class="description">
The cookies stored are not used by us for any malicious intend or for
tracking you in any way.
</p>
</div> </div>