gitea does not allow .space extension in personal website section #3827

Closed
opened 2025-11-02 05:26:55 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @derenyilmaz on GitHub (Aug 23, 2019).

  • Gitea version (or commit ref): 1.10.0+dev-163-g26a78fa6b
  • Git version:
  • Operating system: ubuntu 18.04
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

The system does not count websites with .space extension as urls.

Screenshots

Screenshot from 2019-08-23 10-37-55

Originally created by @derenyilmaz on GitHub (Aug 23, 2019). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.10.0+dev-163-g26a78fa6b - Git version: - Operating system: ubuntu 18.04 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description The system does not count websites with .space extension as urls. ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![Screenshot from 2019-08-23 10-37-55](https://user-images.githubusercontent.com/44442115/63575341-83e17a00-c592-11e9-830e-295aa6867a3a.png)
GiteaMirror added the type/question label 2025-11-02 05:26:55 -06:00
Author
Owner

@jolheiser commented on GitHub (Aug 23, 2019):

You're missing a scheme, like http(s).
Gitea uses a plain HTML input with the "url" type for those forms.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/url

@jolheiser commented on GitHub (Aug 23, 2019): You're missing a scheme, like http(s). Gitea uses a plain HTML input with the "url" type for those forms. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/url
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3827