-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom_zimbra_url.xml
More file actions
25 lines (25 loc) · 1.21 KB
/
com_zimbra_url.xml
File metadata and controls
25 lines (25 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<zimlet name="com_zimbra_url" version="2.3_6.0.0.20161005.040340" label="${msg.zimletLabel}" target="main view-window" description="${msg.description}">
<!--
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Zimlets
* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Zimbra Software, LLC.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.4 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.zimbra.com/license.
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* ***** END LICENSE BLOCK *****
-->
<include>url.js</include>
<resource>blank_pixel.gif</resource>
<handlerObject>Com_Zimbra_Url</handlerObject>
<serverExtension hasKeyword="url" extensionClass="com.zimbra.cs.zimlet.handler.RegexHandler"/>
<contentObject type="url">
<matchOn>
<regex attrs="ig">(((telnet|cid):)|((https?|mailto|notes|smb|ftp|gopher|news|tel|callto|webcal|feed|file):\/\/)|(www\.[\w\.\_\-]+))[^\s\xA0\(\)\<\>\[\]\{\}\'\"]*</regex>
</matchOn>
</contentObject>
</zimlet>