[evolution/wip/webkit2] EHTMLEditorView - Add ssh to known protocols



commit bc7af029671dceb12bf631335f8f8f32bce06a4f
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Feb 29 17:24:18 2016 +0100

    EHTMLEditorView - Add ssh to known protocols

 .../e-html-editor-selection-dom-functions.h        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web-extensions/composer/e-html-editor-selection-dom-functions.h 
b/web-extensions/composer/e-html-editor-selection-dom-functions.h
index 61f3b12..e668e4a 100644
--- a/web-extensions/composer/e-html-editor-selection-dom-functions.h
+++ b/web-extensions/composer/e-html-editor-selection-dom-functions.h
@@ -27,7 +27,7 @@
 #define UNICODE_NBSP "\xc2\xa0"
 
 /* stephenhay from https://mathiasbynens.be/demo/url-regex */
-#define URL_PROTOCOLS "news|telnet|nntp|file|https?|s?ftp||webcal|localhost"
+#define URL_PROTOCOLS "news|telnet|nntp|file|https?|s?ftp||webcal|localhost|ssh"
 #define URL_PATTERN "((((" URL_PROTOCOLS ")\\:\\/\\/)|(www\\.|ftp\\.))[^\\s\\/\\$\\.\\?#].[^\\s]*)"
 
 #define URL_PATTERN_SPACE URL_PATTERN "\\s"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]