Skip to content

Commit

Permalink
UI: disabled spell check on "DoH URI template" setting
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya committed Sep 9, 2024
1 parent 65d2f23 commit 865e390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/settings/settings-dns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
v-bind:class="{ badData: isTemplateURIError === true }"
placeholder="https://..."
v-model="dnsDohTemplate"
spellcheck="false"
/>
<div v-if="isShowDnsproxyDescription" class="fwDescription">
DNS over HTTPS (DoH) is implemented using dnscrypt-proxy from
Expand Down

0 comments on commit 865e390

Please sign in to comment.