summaryrefslogtreecommitdiff
path: root/web/source/settings/views/admin/debug/apurl/index.tsx
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-07-08 09:38:27 +0200
committerLibravatar GitHub <noreply@github.com>2024-07-08 09:38:27 +0200
commitbbbf6ebe376c7b6c3a64e14571a3a477b880e3ad (patch)
treed24aa92f743de5c440ce786d61cc86f72bf9a3e7 /web/source/settings/views/admin/debug/apurl/index.tsx
parent[chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.26 to 1.0.27 (#3081) (diff)
downloadgotosocial-bbbf6ebe376c7b6c3a64e14571a3a477b880e3ad.tar.xz
[frontend] Better autocapitalize/spellcheck settings on forms (#3077)
Diffstat (limited to 'web/source/settings/views/admin/debug/apurl/index.tsx')
-rw-r--r--web/source/settings/views/admin/debug/apurl/index.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/source/settings/views/admin/debug/apurl/index.tsx b/web/source/settings/views/admin/debug/apurl/index.tsx
index a0c2fc738..b66794132 100644
--- a/web/source/settings/views/admin/debug/apurl/index.tsx
+++ b/web/source/settings/views/admin/debug/apurl/index.tsx
@@ -53,6 +53,9 @@ export default function ApURL() {
<TextInput
field={urlField}
label="URL"
+ type="url"
+ pattern="(http|https):\/\/.+"
+ placeholder="https://example.org/users/someone"
/>
<MutationButton
disabled={!urlField.value}