<?php echo $opts->disable_frontends ? "checked" : ""; ?> ><br> <label><?php printtext("settings_frontends_disable");?></label> <input type="checkbox" name="safe_search" <?php echo $opts->disable_special ? "checked" : ""; ?> ><br> <label><?php printtext("settings_safe_search");?></label> <input type="checkbox" name="safe_search" <?php echo "<button class="hide" name="t" value="$opts->type"/></button>"; ?> <button type="submit" name="reset" value="1"><?php printtext("settings_reset");?></button> </div> </form> <?php require_once "misc/footer.php"; ?> # Security Policy ## Supported Versions Basically the latest commit. We don't really do versioning with LibreY. ## Reporting a Vulnerability Please join #librey:ahwx.org on Matrix and please DM me (@ahwx:ahwx.org) or if Matrix is absolutely impossible, email me; ahwx *at* ahwx *dot* org <?php require_once "misc/header.php"; $opts = load_opts(); if ($opts->disable_api) { echo "<div>"; echo "<a " . (!isset($opts->language) ? "selected" : "") . ">auto</option>"; foreach ($engines as $engine) { $selected = $opts->engine