Skip to content

Commit

Permalink
Item15026: modernize default link protocol pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed May 28, 2021
1 parent b57a594 commit 0691fc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2246,11 +2246,10 @@ $Foswiki::cfg{TemplatePath} =
# automatically recognize in absolute links.
# Add any extra protocols specific to your environment (for example, you might
# add 'imap' or 'pop' if you are using shared mailboxes accessible through
# your browser, or 'tel' if you have a softphone setup that supports links
# using this URI scheme). A list of popular URI schemes can be
# your browser. A list of popular URI schemes can be
# found in [[http://en.wikipedia.org/wiki/URI_scheme][Wikipedia]].
$Foswiki::cfg{LinkProtocolPattern} =
'(file|ftp|gopher|https|http|irc|mailto|news|nntp|telnet)';
'(file|ftp|https|http|irc|mailto|tel)';

# **NUMBER LABEL="Acronym Length" CHECK="min:2" EXPERT**
# Length of linking acronyms. Minimum number of consecutive upper case
Expand Down

0 comments on commit 0691fc6

Please sign in to comment.