✨ Add option for “strict filtering” to options page
[Sone.git] / src / main / resources / templates / options.html
index c4baf2a..db8e520 100644 (file)
 
                <p><button type="submit"><%= Page.Options.Button.Save|l10n|html></button></p>
 
+               <h2><%= Page.Options.Section.WebOfTrustOptions.Title|l10n|html></h2>
+
+               <p><input type="checkbox" name="strict-filtering"<%if strict-filtering> checked="checked"<%/if> /> <%= Page.Options.Option.StrictFiltering.Description|l10n|html></p>
+
        </form>
 
 <%include include/tail.html>