0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

feat: provide a new settings option safe_search (#210)

This commit is contained in:
neon_arch 2023-09-22 19:37:01 +03:00
parent b2c14826a5
commit 1b352ecda0

View File

@ -1,4 +1,13 @@
<div class="general tab active">
<h1>General</h1>
<p class="description">Coming soon!!</p>
<h3>Select a safe search level</h3>
<p class="description">
Select a safe search level from the menu below to filter content based on
the level.
</p>
<select name="safe_search_levels">
<option value=0>None</option>
<option value=1>Low</option>
<option value=2>Moderate</option>
</select>
</div>