summaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2018-08-15 09:29:37 +0300
committerGitHub <noreply@github.com>2018-08-15 09:29:37 +0300
commit92466129ec242536c71b66a8987d9b37e6bc0bce (patch)
treeb9ac6959ef6365a6215868cba4083f53b74fa094 /options/locale
parent0449330dbce812e67f3309c11e265eb6a5bc0c7e (diff)
downloadgitea-92466129ec242536c71b66a8987d9b37e6bc0bce.tar.gz
gitea-92466129ec242536c71b66a8987d9b37e6bc0bce.zip
Improve URL validation for external wiki and external issues (#4710)
* Improve URL validation for external wiki and external issues * Do not allow also localhost address for external URLs
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 635ddd66b6..7779f1e96b 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -987,6 +987,7 @@ settings.external_tracker_url = External Issue Tracker URL
settings.external_tracker_url_error = The external issue tracker URL is not a valid URL.
settings.external_tracker_url_desc = Visitors are redirected to the external issue tracker URL when clicking on the issues tab.
settings.tracker_url_format = External Issue Tracker URL Format
+settings.tracker_url_format_error = The external issue tracker URL format is not a valid URL.
settings.tracker_issue_style = External Issue Tracker Number Format
settings.tracker_issue_style.numeric = Numeric
settings.tracker_issue_style.alphanumeric = Alphanumeric