Skip to content

Commit

Permalink
fix #5790
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Nov 29, 2024
1 parent 067bbb3 commit d499ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings_default/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@

//Regular expression, which finds hyperlinks.
//Current value finds http://, https://, ftp:// links and e-mails (with optional mailto: ).
"links_regex": "\\b(mailto:)?\\w[\\w\\-\\+\\.]*@\\w[\\w\\-\\.]*\\.\\w{2,}\\b|\\b(https?://|ftp://)\\w[\\w\\-\\.@]*(:\\d+)?(/([~\\w\\.\\-\\+/%@!%:&\\*=\\|,;\\$]|\\(.*?\\)|\\[.*?\\]|\\{.*?\\}|(['\"`](?![\\x20\\x09\\x0A\\x0D.,;:])))*)?(\\?[^\\s\"'<>]*[\\w/\\-\\+\\*])?(\\#[\\w\\-\\./%:!]*)?",
"links_regex": "\\b(mailto:)?\\w[\\w\\-\\+\\.]*@\\w[\\w\\-\\.]*\\.\\w{2,}\\b|\\b(https?://|ftp://)\\w[\\w\\-\\.@]*(:\\d+)?(/([~\\w\\.\\-\\+/%@!%:&\\*=\\|,;\\$]|\\(.*?\\)|\\[.*?\\]|\\{.*?\\}|(['\"`](?![\\x20\\x09\\x0A\\x0D.,;:])))*)?(\\?[^\\s\"'<>]*[\\w/\\-\\+\\*=])?(\\#[\\w\\-\\./%:!]*)?",

//[File]
//Maximal file size, allowed to open, in Mb.
Expand Down

0 comments on commit d499ccd

Please sign in to comment.