This repository was archived by the owner on Dec 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
tk_barrydegraaff_zimbra_openpgp Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ For developers: http://barrydegraaff.github.io/OpenPGPZimletJSDoc/OpenPGPZimlet.
34
34
35
35
[root@myzimbra ~]# rm -Rf /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_zimbra_openpgp/
36
36
[root@myzimbra ~]# su zimbra
37
- [zimbra@myzimbra ~] wget https://github.com/Zimbra-Community/pgp-zimlet/releases/download/2.6.7 /tk_barrydegraaff_zimbra_openpgp.zip -O /tmp/tk_barrydegraaff_zimbra_openpgp.zip
37
+ [zimbra@myzimbra ~] wget https://github.com/Zimbra-Community/pgp-zimlet/releases/download/2.6.8 /tk_barrydegraaff_zimbra_openpgp.zip -O /tmp/tk_barrydegraaff_zimbra_openpgp.zip
38
38
[zimbra@myzimbra ~] zmzimletctl deploy /tmp/tk_barrydegraaff_zimbra_openpgp.zip
39
39
[zimbra@myzimbra ~] zmmailboxdctl restart
40
40
Original file line number Diff line number Diff line change 21
21
* Version label, exposed for easier checks
22
22
* if DOMPurify is up to date or not
23
23
*/
24
- DOMPurify . version = '0.8.3 ' ;
24
+ DOMPurify . version = '0.8.4 ' ;
25
25
26
26
/**
27
27
* Array of elements that DOMPurify removed during sanitation.
465
465
466
466
/* Execute a hook if present */
467
467
_executeHook ( 'uponSanitizeElement' , currentNode , {
468
- tagName : tagName
468
+ tagName : tagName ,
469
+ allowedTags : ALLOWED_TAGS
469
470
} ) ;
470
471
471
472
/* Remove element if anything forbids its presence */
537
538
hookEvent = {
538
539
attrName : '' ,
539
540
attrValue : '' ,
540
- keepAttr : true
541
+ keepAttr : true ,
542
+ allowedAttributes : ALLOWED_ATTR
541
543
} ;
542
544
l = attributes . length ;
543
545
Original file line number Diff line number Diff line change 1
- <zimlet name =" tk_barrydegraaff_zimbra_openpgp" version =" 2.6.7 " label =" OpenPGP" description =" Encrypt/Decrypt messages with OpenPGP" >
1
+ <zimlet name =" tk_barrydegraaff_zimbra_openpgp" version =" 2.6.8 " label =" OpenPGP" description =" Encrypt/Decrypt messages with OpenPGP" >
2
2
<summary >
3
3
Zimbra OpenPGP Zimlet
4
4
You can’t perform that action at this time.
0 commit comments